diff --git a/.eslintrc.json b/.eslintrc.json index 3ba6997..e58a2d4 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -30,6 +30,7 @@ "no-unused-vars": "warn", "react/react-in-jsx-scope": "off", "react/jsx-uses-react": "off", - "no-unreachable": "warn" + "no-unreachable": "warn", + "no-empty": "warn" } }