Skip to content

Commit af0ad90

Browse files
committed
chore(deps): update angular eslint to v19
1 parent 6d6a4ee commit af0ad90

File tree

3 files changed

+63
-199
lines changed

3 files changed

+63
-199
lines changed

eslint.config.mjs

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ export default tseslint.config(
3333
"@typescript-eslint/no-deprecated": "error",
3434
"@typescript-eslint/no-unused-vars": "error",
3535
"@typescript-eslint/prefer-literal-enum-member": "off",
36-
// ToDo: enable rule again once Angular ESLint adapted to v19 changes
37-
// "@angular-eslint/prefer-standalone-component": "error",
36+
"@angular-eslint/prefer-standalone": "error",
3837
},
3938
},
4039
{

package-lock.json

+61-193
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@angular/compiler-cli": "19.0.0",
3939
"@eslint/js": "^9.2.0",
4040
"@types/jasmine": "~5.1.0",
41-
"angular-eslint": "^18.0.0",
41+
"angular-eslint": "^19.0.0-alpha.4",
4242
"cpy-cli": "^5.0.0",
4343
"dayjs": "^1.11.7",
4444
"eslint": "^9.0.0",
@@ -56,8 +56,5 @@
5656
"prettier-plugin-organize-imports": "^4.0.0",
5757
"typescript": "~5.6.0",
5858
"typescript-eslint": "^8.0.0"
59-
},
60-
"overrides": {
61-
"eslint": "^9.0.0"
6259
}
6360
}

0 commit comments

Comments
 (0)