Fix lint warning for implicit use of <img> tags
This commit is contained in:
parent
46a899b0ec
commit
4e3cb9d2c1
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
{
|
||||
"extends": "next/core-web-vitals"
|
||||
"extends": "next/core-web-vitals",
|
||||
"rules": {
|
||||
"@next/next/no-img-element": "off"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue