actaeon/.eslintrc.json

7 lines
97 B
JSON

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