diff --git a/.eslintrc b/.eslintrc index ba7ce0e..28e610d 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,6 +1,7 @@ { "extends": ["standard", "standard-react"], "rules": { - "react/prop-types": "off" + "react/prop-types": "off", + "no-unused-vars": "warn" } }