1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 06:57:26 +00:00

Disable @next/next/no-img-element because the image component is a bad idea

This commit is contained in:
Steffo 2022-07-21 00:31:03 +02:00
parent 9ed469cd36
commit 5f5e32a212
Signed by: steffo
GPG key ID: 6965406171929D01

View file

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