Merge branch 'main' into pr-dev

This commit is contained in:
hamster1963 2024-12-13 15:28:43 +08:00
commit 2b918ef915
2 changed files with 1 additions and 9 deletions

View File

@ -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"
}
}

View File

@ -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,