Skip to content

Commit

Permalink
🤖 chore: enable use img tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nyomansunima committed Nov 24, 2023
1 parent 82243da commit 644132b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": ["next", "prettier"],
"rules": {
"react/no-unescaped-entities": "off",
"react-hooks/exhaustive-deps": "off"
"react-hooks/exhaustive-deps": "off",
"@next/next/no-img-element": "off"
}
}

0 comments on commit 644132b

Please sign in to comment.