Skip to content

Commit

Permalink
Remove extra config
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardofaria committed Jan 3, 2020
1 parent ba24bf8 commit 07f7c12
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = {
parser: 'babel-eslint',
extends: [
'airbnb',
'eslint:recommended',
Expand All @@ -9,24 +8,6 @@ module.exports = {
'plugin:prettier/recommended',
'prettier/react',
],
env: {
browser: true,
node: true,
jest: true,
es6: true,
jquery: true,
},
plugins: ['react-hooks'],
globals: {
__DEVELOPMENT__: true,
},
parserOptions: {
ecmaVersion: 6,
sourceType: 'module',
ecmaFeatures: {
jsx: true,
},
},
rules: {
'import/extensions': 'off',
'import/no-dynamic-require': 'off',
Expand Down

0 comments on commit 07f7c12

Please sign in to comment.