hensei-web/.eslintrc.json

7 lines
116 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
// Other rules
"@next/next/no-img-element": "off"
}
}