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