Skip to content

Commit

Permalink
Disable no-img-element rule on website package
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Sep 16, 2022
1 parent 2c58545 commit acd6cef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/website/.eslintrc.js
@@ -1,4 +1,7 @@
module.exports = {
root: true,
extends: 'next'
extends: 'next',
'rules': {
'@next/next/no-img-element': 'off'
}
};

0 comments on commit acd6cef

Please sign in to comment.