diff --git a/.eslintrc.json b/.eslintrc.json index 88e2e54e8a..f39bb12d65 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -150,9 +150,7 @@ { "files": ["**/*.ts"], "extends": [ - "plugin:@typescript-eslint/recommended", - "plugin:@typescript-eslint/recommended-requiring-type-checking", - "plugin:@typescript-eslint/strict", + "plugin:@typescript-eslint/strict-type-checked", "plugin:import/typescript" ], "parserOptions": {