mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-21 22:24:22 +00:00
Disable @next/next/no-img-element because the image component is a bad idea
This commit is contained in:
parent
9ed469cd36
commit
5f5e32a212
1 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
{
|
||||
"extends": "next/core-web-vitals"
|
||||
}
|
||||
"extends": "next/core-web-vitals",
|
||||
"rules": {
|
||||
"@next/next/no-img-element": "off"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue