Skip to content

Commit

Permalink
Replace babel-eslint with @babel/eslint-parser as recommended in babe…
Browse files Browse the repository at this point in the history
  • Loading branch information
urbnjamesmi1 committed Nov 3, 2020
1 parent 3bbd480 commit 01efb2a
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -3,7 +3,7 @@
module.exports = {
root: true,
parserOptions: {
parser: 'babel-eslint',
parser: '@babel/eslint-parser',
sourceType: 'module',
},
env: {
Expand Down
54 changes: 31 additions & 23 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
Expand Up @@ -19,13 +19,13 @@
},
"dependencies": {
"@babel/core": "7.10.5",
"@babel/eslint-parser": "7.12.1",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/plugin-proposal-object-rest-spread": "7.10.4",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.10.4",
"@intlify/vue-i18n-loader": "1.0.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"babel-loader": "8.1.0",
"babel-merge": "3.0.0",
Expand Down

0 comments on commit 01efb2a

Please sign in to comment.