diff --git a/.eslintrc.js b/.eslintrc.js index a4870dd3d..9ed873a92 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -9,8 +9,8 @@ module.exports = { "plugin:@typescript-eslint/recommended", "plugin:react/recommended", "plugin:react-hooks/recommended", - //"plugin:@typescript-eslint/recommended-requiring-type-checking", - //"plugin:@typescript-eslint/strict", + "plugin:@typescript-eslint/recommended-requiring-type-checking", + "plugin:@typescript-eslint/strict", ], parser: "@typescript-eslint/parser", parserOptions: {