|
|
|
@ -20,6 +20,8 @@ module.exports = { |
|
|
|
'react/jsx-props-no-spreading': 'off', |
|
|
|
'react/jsx-props-no-spreading': 'off', |
|
|
|
'react/jsx-no-bind': 'off', |
|
|
|
'react/jsx-no-bind': 'off', |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'@next/next/no-img-element': 'off', |
|
|
|
|
|
|
|
|
|
|
|
'no-unused-vars': 'off', |
|
|
|
'no-unused-vars': 'off', |
|
|
|
'@typescript-eslint/no-unused-vars': 'error', |
|
|
|
'@typescript-eslint/no-unused-vars': 'error', |
|
|
|
'no-console': 'off', |
|
|
|
'no-console': 'off', |
|
|
|
|