This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Promisify emulator * Remove console.log * Allow to specify emulator ports * Directly set access api port * Add Prettier config * Add jest refactor package.json * Add docstrings to emulator methods * Add Jest assertion methods * Export new modules. Prettify. * Set es6 flag to true * Update files with missing headers * Fix eslint config * Add prettify script. Update lock file * Specify config for Prettier * Update documentation * Update prettier config * Update documentation * Bump version
- Loading branch information
Maksim Daunarovich
authored
May 21, 2021
1 parent
26cc6d4
commit 672807c
Showing
12 changed files
with
342 additions
and
1,059 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"printWidth": 100, | ||
"endOfLine": "lf", | ||
"semi": true, | ||
"useTabs": false, | ||
"singleQuote": false, | ||
"trailingComma": "es5", | ||
"tabWidth": 2 | ||
} |
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
Oops, something went wrong.