Skip to content

Commit

Permalink
update all outdated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasp committed Nov 8, 2021
1 parent ebe791c commit 2bf50f5
Show file tree
Hide file tree
Showing 3 changed files with 242 additions and 203 deletions.
7 changes: 4 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"extends": [
"eslint:recommended"
],
Expand All @@ -8,8 +8,9 @@
"node": true
},
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
"ecmaVersion": 8,
"sourceType": "module",
"requireConfigFile": false
},
"rules": {
"semi": 2
Expand Down
Loading

0 comments on commit 2bf50f5

Please sign in to comment.