addseed-web/.eslintrc.json

7 lines
178 B
JSON

{
"extends": ["next/core-web-vitals", "next/typescript"],
"rules": {
"@next/next/no-img-element": "off" // 或者 "error",取决于你希望是警告还是错误
}
}