Turn off no-img-element eslint rule

This commit is contained in:
Justin Edmund 2022-01-29 18:09:43 -08:00
parent 25f0d393c2
commit c8d361dc3e

View file

@ -1,3 +1,7 @@
{
"extends": "next/core-web-vitals"
"extends": "next/core-web-vitals",
"rules": {
// Other rules
"@next/next/no-img-element": "off"
}
}