build pharse

This commit is contained in:
2025-03-31 20:34:49 +08:00
parent 8eb859ddde
commit 46f63d22da
4 changed files with 19 additions and 4 deletions

8
.eslintrc.json Normal file
View File

@@ -0,0 +1,8 @@
{
"extends": "next/core-web-vitals",
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": "off",
"react-hooks/exhaustive-deps": "off"
}
}