Skip to content

Commit

Permalink
Update babel-eslint to @babel/eslint-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
glin committed Mar 6, 2021
1 parent 4596133 commit 8a066cb
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 249 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"extends": [
"eslint:recommended",
"plugin:react/recommended",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/eslint-parser": "^7.13.8",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.1",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"eslint": "^6.8.0",
"eslint": "^7.21.0",
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.12.4",
Expand Down
Loading

0 comments on commit 8a066cb

Please sign in to comment.