Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
fix: 🐛 babel-eslint deprecated: @babel/core|eslint-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz committed Feb 27, 2021
1 parent f9a4fbe commit 088a1d8
Show file tree
Hide file tree
Showing 3 changed files with 1,367 additions and 1,706 deletions.
14 changes: 4 additions & 10 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"es6": true,
"node": true
},
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"parserOptions": {
"ecmaFeatures": {
"experimentalObjectRestSpread": true,
Expand All @@ -13,7 +13,8 @@
"jsx": true
},
"ecmaVersion": 2017,
"sourceType": "module"
"sourceType": "module",
"requireConfigFile": false
},
"plugins": [
"no-use-extend-native",
Expand Down Expand Up @@ -166,14 +167,7 @@
"import/order": [
2,
{
"groups": [
"builtin",
"external",
"internal",
"parent",
"sibling",
"index"
],
"groups": ["builtin", "external", "internal", "parent", "sibling", "index"],
"newlines-between": "never"
}
],
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
"eslint": "eslint lib/*.js"
},
"devDependencies": {
"@babel/core": "7.13.8",
"@babel/eslint-parser": "7.13.8",
"@semantic-release/changelog": "3.0.6",
"@semantic-release/git": "8.0.0",
"any-shell-escape": "0.1.1",
Expand Down
Loading

0 comments on commit 088a1d8

Please sign in to comment.