Skip to content

Commit a99ff3d

Browse files
committed
Disable @next/next/no-img-element
1 parent 41481c4 commit a99ff3d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

eslint.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ export default tseslint.config(
2727
ignoreIIFE: true
2828
}
2929
],
30-
"react-hooks/exhaustive-deps": "off"
30+
"react-hooks/exhaustive-deps": "off",
31+
"@next/next/no-img-element": "off"
3132
},
3233
ignores: ["eslint.config.mjs"],
3334
languageOptions: {

0 commit comments

Comments
 (0)