Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
chore: remove unesesarry eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
csvenke committed Apr 7, 2020
1 parent e2682f3 commit 35f298b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
module.exports = {
parser: 'babel-eslint',
extends: ['standard', 'standard-react'],
globals: {
describe: true,
test: true,
expect: true
}
extends: ['standard', 'standard-react']
}

0 comments on commit 35f298b

Please sign in to comment.