-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Updated husky to 7.0.4 which meant adding the .husky folder with the lint-staged task as a pre-commit step. 2. Updated TypeScript which meant the error object inside catch now has type unknown and needs casting to be used as custom type. 3. Updated Jest which meant that `async (done)` is no longer allowed, removed all the `done`'s. This is alright because we do assertion checks. 4. Updated GitHub workflow to drop node 10 support and add support for node 16.
- Loading branch information
1 parent
9a5dba9
commit 885f74a
Showing
7 changed files
with
11,934 additions
and
3,696 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
npx lint-staged |
Oops, something went wrong.