Don't require using next Image tag
This commit is contained in:
@@ -20,6 +20,8 @@ module.exports = {
|
||||
'react/jsx-props-no-spreading': 'off',
|
||||
'react/jsx-no-bind': 'off',
|
||||
|
||||
'@next/next/no-img-element': 'off',
|
||||
|
||||
'no-unused-vars': 'off',
|
||||
'@typescript-eslint/no-unused-vars': 'error',
|
||||
'no-console': 'off',
|
||||
|
||||
Reference in New Issue
Block a user