logos-ordinals-dashboard/.eslintrc.json
2024-09-11 00:58:57 +09:00

7 lines
97 B
JSON

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