Fix linting errors

This commit is contained in:
2025-05-11 19:14:10 +03:00
parent 82cdae4f4b
commit 70516e3333
3 changed files with 6 additions and 9 deletions

View File

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