diff --git a/.eslintrc.json b/.eslintrc.json index f39bb12d65..9e98318d94 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -151,6 +151,7 @@ "files": ["**/*.ts"], "extends": [ "plugin:@typescript-eslint/strict-type-checked", + "plugin:@typescript-eslint/stylistic-type-checked", "plugin:import/typescript" ], "parserOptions": {