logos-press-engine/.eslintrc.json

7 lines
97 B
JSON
Raw Permalink Normal View History

2023-04-14 14:29:32 +00:00
{
2023-05-14 12:22:43 +00:00
"extends": "next/core-web-vitals",
"rules": {
"@next/next/no-img-element": "off"
}
2023-04-14 14:29:32 +00:00
}