Skip to content

Commit

Permalink
Update dependencies & dev dependencies (#4396)
Browse files Browse the repository at this point in the history
* Update dependencies & dev dependencies

* fix build, remove spec:true from babel config

update lint-staged config

Signed-off-by: Christopher Hiller <boneskull@boneskull.com>

Co-authored-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
GChuf and boneskull committed Aug 18, 2020
1 parent 24d1dfb commit 2137163
Show file tree
Hide file tree
Showing 4 changed files with 4,847 additions and 2,882 deletions.
7 changes: 3 additions & 4 deletions .lintstagedrc.json
@@ -1,6 +1,5 @@
{
"*.js": ["eslint --fix", "git add"],
"bin/*": ["eslint --fix", "git add"],
"!(package*).json": ["prettier --write", "git add"],
"*.{yml,md,html}": ["prettier --write", "git add"]
"@(*.js|bin/*)": ["eslint --fix"],
"!(package*).json": ["prettier --write"],
"*.{yml,md,html}": ["prettier --write"]
}

0 comments on commit 2137163

Please sign in to comment.