Skip to content

Commit

Permalink
upgrade babel-eslint to @babel/eslint-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
MuluhGodson authored and brylie committed Jan 31, 2022
1 parent 8ff69a9 commit b7c3d69
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
},

parserOptions: {
parser: 'babel-eslint',
parser: '@babel/eslint-parser',
},

overrides: [
Expand Down
121 changes: 85 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.5",
"@fullhuman/postcss-purgecss": "^3.1.3",
"@vue/cli-plugin-babel": "^4.4.6",
"@vue/cli-plugin-e2e-nightwatch": "^4.4.6",
Expand All @@ -52,7 +53,6 @@
"@vue/cli-service": "^4.4.6",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/test-utils": "^1.1.2",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-require-context": "^0.1.1",
"clipboardy": "^2.3.0",
"cypress": "^6.3.0",
Expand Down

0 comments on commit b7c3d69

Please sign in to comment.