From a5a16a817a2df8d5396cd4b3efa86425eb4821d6 Mon Sep 17 00:00:00 2001 From: aboveyunhai <35160613+aboveyunhai@users.noreply.github.com> Date: Wed, 7 Aug 2024 02:07:19 -0400 Subject: [PATCH] remove extend eslint --- .eslintrc.js | 13 ------------- package-lock.json | 1 - package.json | 3 +-- 3 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 .eslintrc.js diff --git a/.eslintrc.js b/.eslintrc.js deleted file mode 100644 index 5f979dc..0000000 --- a/.eslintrc.js +++ /dev/null @@ -1,13 +0,0 @@ -module.exports = { - extends: [ - './node_modules\\dts-cli\\conf\\eslint-config-react-app\\index.js', - 'prettier', - 'plugin:prettier/recommended', - 'plugin:react-hooks/recommended', - ], - settings: { - react: { - version: 'detect', - }, - }, -}; diff --git a/package-lock.json b/package-lock.json index 784814b..85f8394 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,6 @@ "@types/react": "^17.0.15", "@types/react-dom": "^17.0.9", "dts-cli": "^1.6.3", - "eslint-plugin-react-hooks": "^4.6.2", "framer-motion": "^4.1.17", "husky": "^7.0.4", "react": "^17.0.2", diff --git a/package.json b/package.json index 8863bb8..6f7571c 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,6 @@ "@types/react": "^17.0.15", "@types/react-dom": "^17.0.9", "dts-cli": "^1.6.3", - "eslint-plugin-react-hooks": "^4.6.2", "framer-motion": "^4.1.17", "husky": "^7.0.4", "react": "^17.0.2", @@ -80,4 +79,4 @@ "dayzed": "^3.2.2", "react-focus-lock": "^2.9.5" } -} \ No newline at end of file +}