Skip to content

Commit c1f5d32

Browse files
committed
feat!: update to angular v19
1 parent 4c4a324 commit c1f5d32

16 files changed

+3562
-1758
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)