Turn off no-img-element

This commit is contained in:
2024-10-26 15:31:24 +01:00
parent ac7874318c
commit 4b303aabfb

View File

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