Browse Source

Prettified Code!

pull/1886/head
gabek 4 years ago committed by GitHub Action
parent
commit
a8b9703502
  1. 2
      web/.eslintrc.js

2
web/.eslintrc.js

@ -19,7 +19,7 @@ module.exports = { @@ -19,7 +19,7 @@ module.exports = {
'react/jsx-filename-extension': [1, { extensions: ['.js', '.jsx', '.tsx'] }],
'react/jsx-props-no-spreading': 'off',
'react/jsx-no-bind': 'off',
'no-unused-vars': 'off',
'@typescript-eslint/no-unused-vars': 'error',
'no-console': 'off',

Loading…
Cancel
Save