daphnis/.eslintrc.json

7 lines
97 B
JSON

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