Skip to content

Commit 5ee4ae9

Browse files
committed
Patch @angular-eslint to v16.1.1
* Re-enable `@angular-eslint/require-localize-metadata` as an error.
1 parent 3429a45 commit 5ee4ae9

File tree

3 files changed

+31
-32
lines changed

3 files changed

+31
-32
lines changed

package-lock.json

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
"@perfective/eslint-config": "~0.22.0-beta"
3838
},
3939
"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",
4242
"eslint-plugin-rxjs": "^5.0.3",
4343
"eslint-plugin-rxjs-angular": "^2.0.1"
4444
},
4545
"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",
4949
"@asciidoctor/gulp-asciidoctor": "^2.2.5",
5050
"@perfective/build": "~0.9.0",
5151
"@types/jest": "^29.5.3",

src/rules/angular/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ export = {
5252
'@angular-eslint/prefer-standalone-component': 'off',
5353
// TODO: Does not support outside directory paths (e.g. ../common.scss)
5454
'@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', {
5756
requireDescription: false,
5857
requireMeaning: false,
5958
}],

0 commit comments

Comments
 (0)