updating linting for build

This commit is contained in:
2021-11-24 11:07:29 +00:00
parent 9284a20837
commit 63d1d3b8cc
+4 -1
View File
@@ -1,3 +1,6 @@
{
"extends": "next"
"extends": "next",
"rules": {
"@next/next/no-img-element": "off"
}
}