nezha_dash/.eslintrc.json
2024-12-13 15:39:34 +08:00

9 lines
209 B
JSON

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