Skip to content

Commit

Permalink
chore: remove unnecessary dependencies (#2863)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed May 19, 2020
1 parent 0be58a1 commit 1b4b062
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 968 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Expand Up @@ -8,11 +8,11 @@
"worker": true
},
"extends": ["eslint:recommended", "plugin:prettier/recommended"],
// TODO: Remove this when https://github.com/eslint/eslint/issues/11803 gets a fix
// TODO: Remove this when https://github.com/eslint/eslint/pull/13196
"parser": "babel-eslint",
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2019
"ecmaVersion": 2020
},
"rules": {
"import/extensions": ["error", "always", {
Expand Down

0 comments on commit 1b4b062

Please sign in to comment.