From a5f2da84dc069ff716e084b0049a6eb6ce4ef5d7 Mon Sep 17 00:00:00 2001 From: Etherrreal <65111206+lifeafter619@users.noreply.github.com> Date: Thu, 29 Dec 2022 11:02:59 +0800 Subject: [PATCH] Update .eslintrc.js --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) 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