Skip to content

Commit c3cd247

Browse files
Replace dependency babel-eslint with @babel/eslint-parser
1 parent 0563560 commit c3cd247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/plugin-proposal-class-properties": "^7.1.0",
1111
"@babel/preset-env": "^7.1.0",
1212
"@babel/preset-react": "^7.0.0",
13-
"babel-eslint": "^10.0.1",
13+
"@babel/eslint-parser": "^7.11.0",
1414
"babel-loader": "8",
1515
"clean-webpack-plugin": "^0.1.19",
1616
"copy-webpack-plugin": "^4.5.3",

0 commit comments

Comments
 (0)