Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwalton committed Jan 7, 2022
1 parent 9dd5fd2 commit dbb92f4
Show file tree
Hide file tree
Showing 4 changed files with 4,803 additions and 4,616 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"parser": "babel-eslint",
"env": {
"browser": true,
"es6": true,
"node": true,
"mocha": true
},
"parserOptions": {
"sourceType": "module"
"sourceType": "module",
"ecmaVersion": "latest"
},
"overrides": [
{
Expand Down
Loading

0 comments on commit dbb92f4

Please sign in to comment.