File tree Expand file tree Collapse file tree 3 files changed +31
-32
lines changed Expand file tree Collapse file tree 3 files changed +31
-32
lines changed Original file line number Diff line number Diff line change 37
37
"@perfective/eslint-config" : " ~0.22.0-beta"
38
38
},
39
39
"peerDependencies" : {
40
- "@angular-eslint/eslint-plugin" : " ^16.1.0 " ,
41
- "@angular-eslint/eslint-plugin-template" : " ^16.1.0 " ,
40
+ "@angular-eslint/eslint-plugin" : " ^16.1.1 " ,
41
+ "@angular-eslint/eslint-plugin-template" : " ^16.1.1 " ,
42
42
"eslint-plugin-rxjs" : " ^5.0.3" ,
43
43
"eslint-plugin-rxjs-angular" : " ^2.0.1"
44
44
},
45
45
"devDependencies" : {
46
- "@angular-eslint/eslint-plugin" : " 16.1.0 " ,
47
- "@angular-eslint/eslint-plugin-template" : " 16.1.0 " ,
48
- "@angular-eslint/template-parser" : " 16.1.0 " ,
46
+ "@angular-eslint/eslint-plugin" : " 16.1.1 " ,
47
+ "@angular-eslint/eslint-plugin-template" : " 16.1.1 " ,
48
+ "@angular-eslint/template-parser" : " 16.1.1 " ,
49
49
"@asciidoctor/gulp-asciidoctor" : " ^2.2.5" ,
50
50
"@perfective/build" : " ~0.9.0" ,
51
51
"@types/jest" : " ^29.5.3" ,
Original file line number Diff line number Diff line change @@ -52,8 +52,7 @@ export = {
52
52
'@angular-eslint/prefer-standalone-component' : 'off' ,
53
53
// TODO: Does not support outside directory paths (e.g. ../common.scss)
54
54
'@angular-eslint/relative-url-prefix' : 'error' ,
55
- // See https://github.com/angular-eslint/angular-eslint/pull/1469
56
- '@angular-eslint/require-localize-metadata' : [ 'off' , {
55
+ '@angular-eslint/require-localize-metadata' : [ 'error' , {
57
56
requireDescription : false ,
58
57
requireMeaning : false ,
59
58
} ] ,
You can’t perform that action at this time.
0 commit comments