Skip to content

Commit 04b2b6f

Browse files
committed
turn off @angular-eslint/prefer-standalone rule
1 parent 09a9900 commit 04b2b6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.eslintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
{
6060
"allowTemplateLiterals": true
6161
}
62+
],
63+
"@angular-eslint/prefer-standalone": [
64+
"off"
6265
]
6366
}
6467
},

0 commit comments

Comments
 (0)