diff --git a/.eslintrc.js b/.eslintrc.js index 4b95adcd..6751e7c3 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -29,6 +29,7 @@ module.exports = { 'react/prop-types': 'off', 'space-before-function-paren': 0, 'react-hooks/rules-of-hooks': 'error' // Checks rules of Hooks + 'no-unused-vars': "off" }, globals: { React: true