diff --git a/.eslintrc.yml b/.eslintrc.yml index e9c2e5b8..2172b0e0 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -1,9 +1,8 @@ root: true extends: - plugin:react-hooks/recommended - - plugin:@typescript-eslint/recommended - - plugin:@typescript-eslint/recommended-requiring-type-checking - - plugin:@typescript-eslint/strict + - plugin:@typescript-eslint/strict-type-checked + - plugin:@typescript-eslint/stylistic-type-checked plugins: - react-hooks - prefer-arrow