Skip to content

Commit

Permalink
(ed) update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Apr 18, 2021
1 parent 73038c9 commit f4dc60d
Show file tree
Hide file tree
Showing 4 changed files with 9,075 additions and 14,429 deletions.
11 changes: 7 additions & 4 deletions ed/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"parserOptions": {
"ecmaVersion": 2015,
"sourceType": "module"
},
"extends": [
Expand All @@ -19,8 +20,10 @@
],
"no-console": 0
},
"overrides": {
"files": "webpack.config.js",
"env": { "node": true }
}
"overrides": [
{
"files": "webpack.config.js",
"env": { "node": true }
}
]
}
Loading

0 comments on commit f4dc60d

Please sign in to comment.