Skip to content

Commit

Permalink
Upgrade from babel-eslint to @babel/eslint-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
santino committed Jun 7, 2022
1 parent 7e6ab10 commit 17c595a
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 76 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"directory": "dist"
},
"standard": {
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"ignore": [
"/dist/"
],
Expand All @@ -96,6 +96,7 @@
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
"@babel/core": "^7.18.2",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-proposal-object-rest-spread": "^7.18.0",
"@babel/plugin-transform-object-assign": "^7.16.7",
"@babel/plugin-transform-react-constant-elements": "^7.17.12",
Expand All @@ -110,7 +111,6 @@
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@types/react": "^18.0.12",
"babel-eslint": "^10.1.0",
"babel-jest": "^28.1.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bundlewatch": "^0.3.3",
Expand Down
Loading

0 comments on commit 17c595a

Please sign in to comment.