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): [no-misused-promises] check more places for checksVoidReturn#4541
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
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
22 commits Select commitHold shift + click to select a range
9598b4d
refactor(eslint-plugin): create isVoidReturningFunctionType
uhyo2d0f9d8
feat(eslint-plugin): add checkAssignments and checkVariableDeclaration
uhyo96ae88d
test(eslint-plugin): add valid test cases
uhyo5d39edd
feat(eslint-plugin): add object property checks
uhyo18811b2
feat(eslint-plugin): add checkReturnStatements
uhyo733ad0f
feat(eslint-plugin): add checkJSXAttributes
uhyo7de026d
Merge branch 'main' into fix/4523
uhyo3585e63
fix(website): resolve newly introduced lint errors
uhyo88fff21
test(eslint-plugin): worship code coverage
uhyoc9f3fc9
Merge branch 'main' into fix/4523
uhyo99997da
Merge branch 'main' into fix/4523
uhyoe017c70
Merge branch 'main' into fix/4523
uhyo6ff0ea4
Merge branch 'main' into fix/4523
uhyoe82b964
Apply suggestions from code review
uhyo9c4bcfd
fix(eslint-plugin): rename checker functions to singular
uhyodc452e3
fix(eslint-plugin): align error messages
uhyob59abc4
refactor(eslint-plugin): change MessageId
uhyodeae755
refactor(eslint-plugin): fix if statements style
uhyo691cc2c
refactor(eslint-plugin): no need of getTypeAtLocation
uhyof277f83
refactor(eslint-plugin): make coverage 100%
uhyoeadaaa8
refactor(eslint-plugin): update comment
uhyo42701f5
Merge branch 'main' into fix/4523
JoshuaKGoldbergFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
228 changes: 204 additions & 24 deletionspackages/eslint-plugin/src/rules/no-misused-promises.ts
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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.