eexiv/.eslintrc.json

7 lines
97 B
JSON
Raw Normal View History

2024-02-09 19:00:26 -08:00
{
2024-02-10 19:59:15 -08:00
"extends": "next/core-web-vitals",
"rules": {
"@next/next/no-img-element": "off"
}
2024-02-09 19:00:26 -08:00
}