actaeon/.eslintrc.json

7 lines
97 B
JSON
Raw Normal View History

2024-03-12 10:40:53 +00:00
{
2024-04-01 03:29:32 +00:00
"extends": "next/core-web-vitals",
"rules": {
"@next/next/no-img-element": "off"
}
2024-03-12 10:40:53 +00:00
}