simplify eslint config

main
Mike Fix 3 years ago
parent 81fbbd25f2
commit c47e42d3ae
No known key found for this signature in database
GPG Key ID: 1D85E862314CA79F

@ -7,13 +7,6 @@ module.exports = {
jest: true
},
extends: ['eslint:recommended', 'plugin:react/recommended', 'plugin:jsx-a11y/recommended'],
parserOptions: {
ecmaFeatures: {
experimentalObjectRestSpread: true,
jsx: true
},
sourceType: 'module'
},
plugins: ['import', 'react', 'jsx-a11y', 'react-hooks'],
rules: {
'import/no-unresolved': 'error',

Loading…
Cancel
Save