From dd3860633d537726f8d2766d528d58c1049b3ef3 Mon Sep 17 00:00:00 2001 From: Etherrreal <65111206+lifeafter619@users.noreply.github.com> Date: Thu, 29 Dec 2022 11:08:20 +0800 Subject: [PATCH] Update .eslintrc.js --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 6751e7c3..f5a9a1b6 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -28,7 +28,7 @@ module.exports = { rules: { 'react/prop-types': 'off', 'space-before-function-paren': 0, - 'react-hooks/rules-of-hooks': 'error' // Checks rules of Hooks + 'react-hooks/rules-of-hooks': 'error', // Checks rules of Hooks 'no-unused-vars': "off" }, globals: {