diff --git a/.eslintrc.json b/.eslintrc.json index c1e63c0b04..3fc8857302 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -28,7 +28,8 @@ { "prefixWithI": "always" } ], "no-tabs": "error", - "react/prop-types": "off" + "react/prop-types": "off", + "@typescript-eslint/no-unused-vars": "error" }, "overrides": [ {