8 lines
139 B
JSON
8 lines
139 B
JSON
{
|
|
"extends": "next/core-web-vitals",
|
|
"rules": {
|
|
"react-hooks/exhaustive-deps": "off",
|
|
"@next/next/no-img-element": "off"
|
|
}
|
|
}
|