From 85110b57fb1c78a0f535aed530d37c4d9140f224 Mon Sep 17 00:00:00 2001 From: Dan Percic Date: Tue, 12 Jul 2022 23:01:18 +0300 Subject: [PATCH] update eslint --- .eslintrc.json | 5 ----- 1 file changed, 5 deletions(-) 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" }