From 21c3adce59da9ad5a90186e4c7f090ace98ae92b Mon Sep 17 00:00:00 2001 From: dev-redo Date: Wed, 21 Aug 2024 23:30:13 +0900 Subject: [PATCH] fix --- eslint.config.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index 111f950c..f897c7e9 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -13,12 +13,6 @@ export default tseslint.config( plugins: { 'react-hooks': reactHooks, }, - languageOptions: { - globals: { - module: true, - require: true, - }, - }, rules: { 'react-hooks/rules-of-hooks': 'error', 'react-hooks/exhaustive-deps': 'error',