Skip to content

Commit

Permalink
Update dependencies & dev dependencies (mochajs#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
2 people authored and irrationnelle committed Aug 23, 2020
1 parent 6c48636 commit 936ca59
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 936ca59

Please sign in to comment.