Skip to content

Commit

Permalink
chore(deps): fix eslintrc and replace babel-eslint by @babel/eslint-p…
Browse files Browse the repository at this point in the history
…arser
  • Loading branch information
Nicolas Burger committed Mar 15, 2021
1 parent b6ccac4 commit b5158f0
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
@@ -1,5 +1,5 @@
{
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module",
Expand Down
130 changes: 76 additions & 54 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 @@ -87,12 +87,12 @@
"devDependencies": {
"@babel/cli": "7.13.10",
"@babel/core": "7.13.10",
"@babel/eslint-parser": "^7.13.10",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.13.8",
"@babel/plugin-proposal-optional-chaining": "7.13.8",
"@babel/preset-env": "7.13.10",
"@babel/preset-react": "7.12.13",
"babel-eslint": "10.1.0",
"babel-jest": "26.6.3",
"babel-loader": "8.2.2",
"babel-polyfill": "6.26.0",
Expand Down

0 comments on commit b5158f0

Please sign in to comment.