Turn off no-img-element eslint rule
This commit is contained in:
parent
25f0d393c2
commit
c8d361dc3e
1 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
{
|
||||
"extends": "next/core-web-vitals"
|
||||
"extends": "next/core-web-vitals",
|
||||
"rules": {
|
||||
// Other rules
|
||||
"@next/next/no-img-element": "off"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue