diff --git a/.eslintrc.json b/.eslintrc.json index daa6957..6d61317 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -7,9 +7,6 @@ "overrides": [ { "files": ["**/*.ts"], - "parserOptions": { - "project": "tsconfig.base.json" - }, "rules": { "@angular-eslint/directive-selector": [ "error", @@ -62,8 +59,6 @@ "no-dupe-class-members": "off", "no-redeclare": "off", "consistent-return": "off", - "import/no-unresolved": "off", - "import/named": "off", "@typescript-eslint/restrict-template-expressions": "off", "@typescript-eslint/lines-between-class-members": "off" }