Skip to content

Commit

Permalink
disable: no img element rule
Browse files Browse the repository at this point in the history
  • Loading branch information
berzanorg committed Nov 28, 2023
1 parent 2f38b25 commit 043c46a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "next/core-web-vitals",
"rules": {
"react/no-unescaped-entities": "off"
"react/no-unescaped-entities": "off",
"@next/next/no-img-element": "off"
}
}

0 comments on commit 043c46a

Please sign in to comment.