This repository was archived by the owner on Nov 8, 2022. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork37
chore(functions): use es6 style aync function styles#753
Merged
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This file contains hidden or 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
mydearxym added a commit that referenced this pull requestJun 9, 2020
* chore(functions): use es6 style aync function styles* fix: missing one* chore: resolve conflict
mydearxym added a commit that referenced this pull requestJun 9, 2020
* chore(typo): fix spell warnings by vscode plugin* fix(generators): replace service with schema as convention (#754)* chore(functions): use es6 style aync function styles (#753)* chore(functions): use es6 style aync function styles* fix: missing one* chore: resolve conflict* chore clean up (#755)* chore(i18n): rm old lang settings, generators .. etc* ci(travis): update node runtime vertion to latest-12.18.0* refactor: update pkgs & rm unnecessory eslint & more* Next 9 new feature (#756)* chore(clean-up): replace installed fetch with next9's build-in fetchhttps://nextjs.org/blog/next-9-4#new-environment-variables-support* chore(eslint): upgrade for arrow-parens rule* feat(core): use next9's build-in env support* chore(deps): remove unused pkgs* Animation refactor (#757)* chore(eslint): upgrade lint config* refactor(animation): use non-implicit style* chore(eslint): upgrade rules* chore(typo): nofityDot -> notifyDot, cancle -> cancel* chore(eslint): update arrow rules* chore(prettier): format with new rules* chore(eslint): fix warnings* chore(eslint): fix warnings* refactor(hooks): mv network hooks to hooks dir* chore(eslint): fix warnings* chore(eslint): mv rules to @groupher/eslint-config-web
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading.Please reload this page.
turn async function like:
into es6 style