Skip to content

Commit

Permalink
Use @babel/eslint-parser instead of babel-eslint project
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebeach committed Jan 29, 2022
1 parent 35ab44d commit c8b8a2b
Show file tree
Hide file tree
Showing 3 changed files with 713 additions and 38 deletions.
6 changes: 5 additions & 1 deletion .eslintrc
Expand Up @@ -6,7 +6,7 @@
"env": {
"es6": true
},
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"plugins": [
"flowtype"
],
Expand All @@ -23,6 +23,10 @@
"files": [
"__tests__/**/*.js"
],
"extends": [
"eslint:recommended",
"plugin:jest/recommended"
],
"env": {
"mocha": true
}
Expand Down

0 comments on commit c8b8a2b

Please sign in to comment.