-
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.
chore: update tap to 18.4.2 and prettier to 3.0.3 (#202)
* chore: update tap * chore: update prettier --------- Co-authored-by: Mathieu Davy <“[email protected]”>
- Loading branch information
Showing
4 changed files
with
10,327 additions
and
9,033 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ node_modules | |
.idea | ||
# Visual Studio Code | ||
.vscode | ||
.nyc_output | ||
.tap |
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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
100: true | ||
ts: false | ||
jsx: false | ||
flow: false | ||
coverage: true | ||
check-coverage: true | ||
# vim: set filetype=yaml : | ||
plugin: | ||
- "!@tapjs/typescript" | ||
coverage-report: | ||
- text-summary |
Oops, something went wrong.