Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
feat(eslint-plugin): added new rule promise-function-async#194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
feat(eslint-plugin): added new rule promise-function-async#194
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Adds the equivalent of TSLint's `promise-function-async` rule.
codecovbot commentedFeb 3, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #194 +/- ##==========================================- Coverage 96.85% 96.78% -0.08%========================================== Files 53 55 +2 Lines 2478 2516 +38 Branches 372 372 ==========================================+ Hits 2400 2435 +35- Misses 39 42 +3 Partials 39 39
|
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Co-Authored-By: JoshuaKGoldberg <joshuakgoldberg@outlook.com>
Apologies for the conflicts, we decided to remove the counts from the ROADMAP here:#225 They are too awkward to maintain manually, so this is the last time you will have to deal with syncing that up! |
This package now depends directly on typescript-eslint-parser, so no need to do that.
Adds the equivalent of TSLint's
promise-function-async
rule.