-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat!: transitioning to ESM * chore: formatting * chore: added exports and different tsconfig * chore: changing target to ES2021 * chore: potentially building cjs and esm * fix: cucumber imports * chore: adding a script to build package files * fix: exports * chore(release): v10.0.0-canary.2
- Loading branch information
1 parent
392e921
commit a1db8c3
Showing
29 changed files
with
822 additions
and
786 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,5 @@ coverage | |
examples | ||
test | ||
public | ||
.nyc_output | ||
.nyc_output | ||
scripts |
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,5 +1,7 @@ | ||
module.exports = { | ||
/** @type {import("prettier").Config} */ | ||
|
||
export const config = { | ||
singleQuote: true, | ||
arrowParens: 'always', | ||
trailingComma: 'none' | ||
arrowParens: "always", | ||
trailingComma: "none", | ||
}; |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.