diff --git a/.eslintrc.json b/.eslintrc.json index e1f3e3a..9304672 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,6 +1,5 @@ { - "extends": ["next", "next/typescript"], - "plugins": ["react-hooks"], + "extends": ["next", "next/typescript", "plugin:react-hooks/recommended"], "rules": { "no-eval": "error", "@next/next/no-img-element": "off", diff --git a/package.json b/package.json index 21f4ff6..c951189 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,6 @@ "autoprefixer": "^10.4.20", "eslint": "^8.57.1", "eslint-config-next": "^14.2.13", - "eslint-plugin-react-hooks": "^5.0.0", "postcss": "^8.4.47", "tailwindcss": "^3.4.13", "tailwindcss-animate": "^1.0.7",