-
-
Notifications
You must be signed in to change notification settings - Fork 91
Issues: eslint-community/eslint-plugin-promise
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
always-return
: enable ignoreLastCallback
by default
BREAKING CHANGE
#452
opened Feb 17, 2024 by
gurgunday
promise/catch-or-return
will cause many empty callback of match
feedback-sought
#450
opened Jan 29, 2024 by
kyleliu-code
New Rule: Prefer
Promise.resolve(foo)
to new Promise((resolve) => resolve(foo))
enhancement
#448
opened Jan 4, 2024 by
NotWoods
False positive of
isInsideCallback
for functions with first arg named err
/error
enhancement
#445
opened Jul 22, 2023 by
zharinov
Rule to require that Promise executor function calls resolve
enhancement
#438
opened Apr 22, 2023 by
jroru
False-positive for "error" causing issues in prefer-await-to-callbacks rule
enhancement
#212
opened Feb 11, 2021 by
xjamundx
Rule for disallowing calling catch without any argument
enhancement
#207
opened Oct 28, 2020 by
sonnyp
prefer-await-to-then should flag promise.catch/finally as well
enhancement
#187
opened May 9, 2020 by
jp7837
promise/prefer-await-to-callbacks warns on library methods
enhancement
#175
opened Oct 21, 2019 by
BoresXP
no-callback-in-promise flags promisification callbacks
enhancement
#166
opened Sep 5, 2019 by
gabegorelick
Can this plugin prevent promises that resolve to promises?
enhancement
#153
opened Nov 20, 2018 by
fantapop
feature: warn when calling async functions without an await (no floating promises)
enhancement
help wanted
#151
opened Nov 7, 2018 by
bigman73
Feature: warn for returned promises that swallow errors
enhancement
help wanted
#128
opened May 21, 2018 by
dbkaplun
no-callback-in-promise: call should be allowed if promise does not return
enhancement
#124
opened Apr 10, 2018 by
gabmontes
promise/catch-or-return should report unhandled Promise.resolve/reject
enhancement
feedback-sought
help wanted
#55
opened Jan 23, 2017 by
epoberezkin
Rule to prevent no-op promise handlers
enhancement
help wanted
#12
opened Apr 12, 2016 by
ForbesLindesay
ProTip!
Mix and match filters to narrow down what you’re looking for.