addseed-web/.eslintrc.json

10 lines
230 B
JSON

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