We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7b958 commit cc5f71bCopy full SHA for cc5f71b
eslint.config.mjs
@@ -37,6 +37,7 @@ export default tseslint.config(
37
{ argsIgnorePattern: '^_', destructuredArrayIgnorePattern: '^_', caughtErrors: 'none' },
38
],
39
'@typescript-eslint/no-explicit-any': 'off',
40
+ '@angular-eslint/prefer-standalone': 'off',
41
'no-case-declarations': 'off',
42
},
43
0 commit comments