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