Skip to content

Commit f913c91

Browse files
authored
feat!: update to angular v19 (#492)
Co-authored-by: Daniel Kimmich <[email protected]>
1 parent 4c4a324 commit f913c91

17 files changed

+3564
-1760
lines changed

eslint.config.mjs

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ 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-
"@angular-eslint/prefer-standalone-component": "error",
36+
// ToDo: enable rule again once Angular ESLint adapted to v19 changes
37+
// "@angular-eslint/prefer-standalone-component": "error",
3738
},
3839
},
3940
{

0 commit comments

Comments
 (0)