Skip to content

Commit

Permalink
Ignore @next/next/no-img-element rule
Browse files Browse the repository at this point in the history
  • Loading branch information
samholmes committed Aug 24, 2024
1 parent 4f29b59 commit f9de858
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": ["next/core-web-vitals", "plugin:prettier/recommended"]
"extends": ["next/core-web-vitals", "plugin:prettier/recommended"],
"rules": {
"@next/next/no-img-element": "off"
}
}

0 comments on commit f9de858

Please sign in to comment.