File tree Expand file tree Collapse file tree 4 files changed +57
-60
lines changed Expand file tree Collapse file tree 4 files changed +57
-60
lines changed Original file line number Diff line number Diff line change 3737 "@perfective/eslint-config" : " ~0.27.1"
3838 },
3939 "peerDependencies" : {
40- "@angular-eslint/eslint-plugin" : " ^18.0.1 " ,
41- "@angular-eslint/eslint-plugin-template" : " ^18.0.1 " ,
40+ "@angular-eslint/eslint-plugin" : " ^18.4.0 " ,
41+ "@angular-eslint/eslint-plugin-template" : " ^18.4.0 " ,
4242 "eslint-plugin-rxjs" : " ^5.0.3" ,
4343 "eslint-plugin-rxjs-angular" : " ^2.0.1"
4444 },
4545 "devDependencies" : {
46- "@angular-eslint/eslint-plugin" : " 18.0.1 " ,
47- "@angular-eslint/eslint-plugin-template" : " 18.0.1 " ,
48- "@angular-eslint/template-parser" : " 18.0.1 " ,
46+ "@angular-eslint/eslint-plugin" : " 18.4.0 " ,
47+ "@angular-eslint/eslint-plugin-template" : " 18.4.0 " ,
48+ "@angular-eslint/template-parser" : " 18.4.0 " ,
4949 "@asciidoctor/gulp-asciidoctor" : " ^2.2.5" ,
5050 "@jest/globals" : " ^29.7.0" ,
5151 "@perfective/build" : " ~0.14.0" ,
Original file line number Diff line number Diff line change @@ -164,16 +164,21 @@ The `link:https://github.com/angular-eslint/angular-eslint[@angular-eslint]` plu
164164|
165165| Error
166166
167- | `link:{angular-eslint-rules}/sort-ngmodule-metadata-arrays .md[@angular-eslint/sort-ngmodule-metadata-arrays ]`
167+ | `link:{angular-eslint-rules}/runtime-localize .md[@angular-eslint/runtime-localize ]`
168168|
169- | Yes
170- | Warning
169+ |
170+ | Error
171171
172172| `link:{angular-eslint-rules}/sort-lifecycle-methods.md[@angular-eslint/sort-lifecycle-methods]`
173173|
174174|
175175| Error
176176
177+ | `link:{angular-eslint-rules}/sort-ngmodule-metadata-arrays.md[@angular-eslint/sort-ngmodule-metadata-arrays]`
178+ |
179+ | Yes
180+ | Warning
181+
177182| `link:{angular-eslint-rules}/use-component-selector.md[@angular-eslint/use-component-selector]`
178183|
179184|
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ export = {
5656 '@angular-eslint/prefer-standalone' : 'off' ,
5757 // TODO: Does not support outside directory paths (e.g. ../common.scss)
5858 '@angular-eslint/relative-url-prefix' : 'error' ,
59+ '@angular-eslint/runtime-localize' : 'error' ,
5960 '@angular-eslint/require-localize-metadata' : [ 'error' , {
6061 requireDescription : false ,
6162 requireMeaning : false ,
You can’t perform that action at this time.
0 commit comments