Skip to content

Commit

Permalink
chore: lint (#9177)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Sep 25, 2024
1 parent f977a1b commit 047d93d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@
],
"rules": {
"jest/prefer-importing-jest-globals": "off",
"sonarjs/prefer-nullish-coalescing": "off",
"unicorn/consistent-destructuring": "off"
"sonarjs/prefer-nullish-coalescing": "off"
},
"overrides": [
{
Expand All @@ -92,14 +91,6 @@
"rules": {
"@angular-eslint/prefer-standalone": "off"
}
},
{
"files": [
"**/demo/**/*.ts"
],
"rules": {
"max-classes-per-file": "off"
}
}
],
"root": true
Expand Down

0 comments on commit 047d93d

Please sign in to comment.