Skip to content

Commit

Permalink
fix(deps): use @babel/eslint-parser (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah authored Mar 1, 2021
1 parent b0688ae commit fc3d102
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 42 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
parser: 'babel-eslint',
parser: '@babel/eslint-parser',
parserOptions: {
requireConfigFile: false,
sourceType: 'script',
},
plugins: ['markdown', 'html', 'fp'],
Expand Down
40 changes: 3 additions & 37 deletions package-lock.json

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,12 @@
"test": "test"
},
"dependencies": {
"@babel/core": "^7.13.8",
"@babel/eslint-parser": "^7.13.8",
"@commitlint/cli": "^12.0.0",
"@commitlint/config-conventional": "^12.0.0",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.2",
"eslint": "^7.11.0",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.0.0",
"eslint-config-standard": "^16.0.0",
"eslint-import-resolver-node": "^0.3.4",
Expand All @@ -98,8 +99,6 @@
"prettier": "^2.1.2"
},
"devDependencies": {
"@commitlint/cli": "^12.0.0",
"@commitlint/config-conventional": "^12.0.0",
"ava": "^3.13.0",
"nyc": "^15.1.0"
},
Expand Down

0 comments on commit fc3d102

Please sign in to comment.