This commit is contained in:
wsq
2026-05-14 00:27:17 +08:00
parent 0788053a56
commit 8d1f177375
6 changed files with 274 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"extends": "next/core-web-vitals",
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": "warn",
"@next/next/no-img-element": "warn",
"react-hooks/exhaustive-deps": "warn"
}
}