Skip to content

Commit cc5f71b

Browse files
committed
chore: disable ESLint prefer standalone rule
1 parent ad7b958 commit cc5f71b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export default tseslint.config(
3737
{ argsIgnorePattern: '^_', destructuredArrayIgnorePattern: '^_', caughtErrors: 'none' },
3838
],
3939
'@typescript-eslint/no-explicit-any': 'off',
40+
'@angular-eslint/prefer-standalone': 'off',
4041
'no-case-declarations': 'off',
4142
},
4243
},

0 commit comments

Comments
 (0)