forked from sk1982/actaeon
suppress no-img-element warning
This commit is contained in:
parent
4f4a23cc2d
commit
bd789f8fbf
@ -1,3 +1,6 @@
|
||||
{
|
||||
"extends": "next/core-web-vitals"
|
||||
"extends": "next/core-web-vitals",
|
||||
"rules": {
|
||||
"@next/next/no-img-element": "off"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user