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