Silence, warning.

This commit is contained in:
Gabe Kangas 2021-11-12 16:39:13 -08:00
parent 683e55b57d
commit 3872b0bf13

View file

@ -19,6 +19,7 @@ module.exports = {
'react/jsx-filename-extension': [1, { extensions: ['.js', '.jsx', '.tsx'] }],
'react/jsx-props-no-spreading': 'off',
'react/jsx-no-bind': 'off',
'react/function-component-definition': 'off',
'@next/next/no-img-element': 'off',