daphnis/.eslintrc.json

7 lines
97 B
JSON
Raw Permalink Normal View History

2024-06-29 06:25:52 +00:00
{
"rules": {
"@next/next/no-img-element": "off"
},
2024-06-29 06:25:52 +00:00
"extends": "next/core-web-vitals"
}