diff --git a/.eslintrc.json b/.eslintrc.json index dfb93ff263..43780cfca1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -30,8 +30,8 @@ "plugins": ["react", "@typescript-eslint", "jest"], "rules": { "react/destructuring-assignment": ["off"], - "@typescript-eslint/no-explicit-any": ["off"], - "@typescript-eslint/explicit-module-boundary-types": ["off"], + "@typescript-eslint/no-explicit-any": ["error"], + "@typescript-eslint/explicit-module-boundary-types": ["error"], "react/no-multi-comp": [ "error", {