diff --git a/.eslintrc.json b/.eslintrc.json deleted file mode 100644 index 2884730..0000000 --- a/.eslintrc.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": ["next/core-web-vitals", "next/typescript"], - "rules": { - "@typescript-eslint/no-explicit-any": "off", - "@next/next/no-img-element": "off", - "react-hooks/exhaustive-deps": "off" - } -} diff --git a/eslint.config.js b/eslint.config.js index 0f7515f..80ca66b 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -5,7 +5,7 @@ import tseslint from "typescript-eslint" export default tseslint.config( { ignores: [".next"] }, { - extends: [js.configs.recommended, ...tseslint.configs.recommended], + extends: [js.configs.recommended, ...tseslint.configs.recommended,"next/core-web-vitals", "next/typescript"], files: ["**/*.{ts,tsx}"], languageOptions: { ecmaVersion: 2020,