logos-ordinals-dashboard/.eslintrc.json

7 lines
97 B
JSON
Raw Normal View History

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