diff --git a/.eslintrc.json b/.eslintrc.json index eb58ce2..4bbd7df 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,18 +1,7 @@ { - "parser": "@typescript-eslint/parser", - "parserOptions": { - "project": "./tsconfig.eslint.json" - }, - "plugins": ["@typescript-eslint"], "extends": [ "eslint:recommended", - "plugin:@typescript-eslint/eslint-recommended", - "plugin:@typescript-eslint/recommended-requiring-type-checking", - "plugin:@typescript-eslint/recommended", "plugin:prettier/recommended", "prettier" - ], - "rules": { - "@typescript-eslint/ban-ts-ignore": "off" - } + ] }