Skip to content

Commit 565c594

Browse files
committed
chore: use @babel/eslint-parser instead of babel-eslint
1 parent 1251088 commit 565c594

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"airbnb-base",
44
"plugin:flowtype/recommended"
55
],
6-
parser: "babel-eslint",
6+
parser: "@babel/eslint-parser",
77
plugins: [
88
"flowtype"
99
],

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"jest": "jest --coverage __tests__/**/*"
3232
},
3333
"devDependencies": {
34-
"@babel/cli": "^7.14.5",
35-
"@babel/core": "^7.14.6",
34+
"@babel/cli": "^7.14.8",
35+
"@babel/core": "^7.15.0",
36+
"@babel/eslint-parser": "^7.15.0",
3637
"@babel/plugin-transform-flow-strip-types": "^7.14.5",
3738
"aud": "^1.1.5",
38-
"babel-eslint": "^10.1.0",
3939
"babel-jest": "^24.9.0",
4040
"babel-preset-airbnb": "^5.0.0",
4141
"eslint": "^3 || ^4 || ^5 || ^6 || ^7",

0 commit comments

Comments
 (0)