Skip to content

Commit

Permalink
turn off @angular-eslint/prefer-standalone rule
Browse files Browse the repository at this point in the history
  • Loading branch information
kgorol committed Jan 18, 2025
1 parent 09a9900 commit 04b2b6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
{
"allowTemplateLiterals": true
}
],
"@angular-eslint/prefer-standalone": [
"off"
]
}
},
Expand Down

0 comments on commit 04b2b6f

Please sign in to comment.