nezha_dash/.eslintrc.json
2024-10-30 13:06:35 +08:00

8 lines
167 B
JSON

{
"extends": ["next/core-web-vitals", "next/typescript"],
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"@next/next/no-img-element": "off"
}
}