Skip to content

Commit

Permalink
[Angular] Upgrade typescript-eslint 8.20.0 (#28475)
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert authored Jan 15, 2025
1 parent 755e2dd commit 5df1fd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion generators/angular/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"rimraf": "5.0.8",
"ts-jest": "29.2.5",
"typescript": "5.6.3",
"typescript-eslint": "8.19.1",
"typescript-eslint": "8.20.0",
"webpack": "5.97.1",
"webpack-bundle-analyzer": "4.10.2",
"webpack-merge": "6.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ import angular from 'angular-eslint';
'@typescript-eslint/no-empty-object-type': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-extraneous-class': 'off',
'@typescript-eslint/no-misused-spread': 'off',
'@typescript-eslint/no-floating-promises': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/no-shadow': ['error'],
Expand Down

0 comments on commit 5df1fd9

Please sign in to comment.