Skip to content

Commit c65f27a

Browse files
clicktodevCakeLancelot
authored andcommitted
Disable ESLint rule for next/image component and keep existing rules
1 parent 03cd0e2 commit c65f27a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"rules": {
44
"@typescript-eslint/no-unused-vars": "warn",
55
"@typescript-eslint/no-explicit-any": "warn",
6-
"react-hooks/exhaustive-deps": "off"
6+
"react-hooks/exhaustive-deps": "off",
7+
"@next/next/no-img-element": "off"
78
}
89
}

0 commit comments

Comments
 (0)