Skip to content

Commit ce1252e

Browse files
committed
feat: disable @angular-eslint/prefer-inject globally
1 parent 960ebb3 commit ce1252e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ module.exports = tseslint.config(
3232
'no-extra-boolean-cast': [
3333
'off'
3434
],
35+
'@angular-eslint/prefer-inject': [
36+
'off'
37+
],
3538
'@angular-eslint/component-selector': [
3639
'error',
3740
{

0 commit comments

Comments
 (0)