Skip to content

Commit

Permalink
refactor(Deps): Update to @babel/eslint-parser from babel-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentinTh committed Mar 13, 2021
1 parent 71b2e77 commit 906282b
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parser": "@babel/eslint-parser",
"parserOptions": {
"parser": "babel-eslint",
"sourceType": "module",
"ecmaVersion": 2017
},
Expand Down
Loading

0 comments on commit 906282b

Please sign in to comment.