NanoBananaShow/.eslintrc.json
2025-04-21 00:09:42 +08:00

9 lines
187 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"@next/next/no-img-element": "off",
"react-hooks/exhaustive-deps": "off",
"@next/next/no-html-link-for-pages": "off"
}
}