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