addseed-web/.eslintrc.json

7 lines
178 B
JSON
Raw Normal View History

2024-10-12 17:05:06 +08:00
{
2024-10-21 10:29:49 +08:00
"extends": ["next/core-web-vitals", "next/typescript"],
"rules": {
"@next/next/no-img-element": "off" // 或者 "error",取决于你希望是警告还是错误
}
2024-10-12 17:05:06 +08:00
}