Skip to content

Commit 38be6d2

Browse files
committed
Update @angular-eslint v16.3.1
1 parent e44087a commit 38be6d2

File tree

3 files changed

+37
-35
lines changed

3 files changed

+37
-35
lines changed

package-lock.json

Lines changed: 29 additions & 29 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.23.0"
3838
},
3939
"peerDependencies": {
40-
"@angular-eslint/eslint-plugin": "^16.2.0",
41-
"@angular-eslint/eslint-plugin-template": "^16.2.0",
40+
"@angular-eslint/eslint-plugin": "^16.3.1",
41+
"@angular-eslint/eslint-plugin-template": "^16.3.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.2.0",
47-
"@angular-eslint/eslint-plugin-template": "16.2.0",
48-
"@angular-eslint/template-parser": "16.2.0",
46+
"@angular-eslint/eslint-plugin": "16.3.1",
47+
"@angular-eslint/eslint-plugin-template": "16.3.1",
48+
"@angular-eslint/template-parser": "16.3.1",
4949
"@asciidoctor/gulp-asciidoctor": "^2.2.5",
5050
"@perfective/build": "~0.10.1",
5151
"@types/jest": "^29.5.8",

src/rules/angular/template/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ export = {
5555
'@angular-eslint/template/prefer-self-closing-tags': 'warn',
5656
'@angular-eslint/template/role-has-required-aria': 'error',
5757
'@angular-eslint/template/table-scope': 'warn',
58-
'@angular-eslint/template/use-track-by-function': 'error',
58+
'@angular-eslint/template/use-track-by-function': ['error', {
59+
alias: [],
60+
}],
5961
'@angular-eslint/template/valid-aria': 'error',
6062
},
6163
};

0 commit comments

Comments
 (0)