diff --git a/package.json b/package.json index 7b8708ae7b83..03eaea7e53f7 100644 --- a/package.json +++ b/package.json @@ -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": [ { @@ -92,14 +91,6 @@ "rules": { "@angular-eslint/prefer-standalone": "off" } - }, - { - "files": [ - "**/demo/**/*.ts" - ], - "rules": { - "max-classes-per-file": "off" - } } ], "root": true