logos-ordinals-dashboard/.eslintrc.json

7 lines
97 B
JSON
Raw Normal View History

2024-09-11 00:58:57 +09:00
{
"extends": "next/core-web-vitals",
"rules": {
"@next/next/no-img-element": "off"
}
}