Browse Source

Silence, warning.

pull/1886/head
Gabe Kangas 4 years ago
parent
commit
3872b0bf13
  1. 1
      web/.eslintrc.js

1
web/.eslintrc.js

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

Loading…
Cancel
Save