Skip to content

Commit d7f9209

Browse files
Disable "standalone" lint rule for now
We just automatically migrated from Angular 18 to 19 and it marks components as not-standalone. For the moment we'll leave this be and fixing that setup is left to another PR for another time.
1 parent bbdb554 commit d7f9209

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"plugin:@angular-eslint/template/process-inline-templates"
2121
],
2222
"rules": {
23+
"@angular-eslint/prefer-standalone": "off",
2324
"@angular-eslint/directive-selector": [
2425
"error",
2526
{

0 commit comments

Comments
 (0)