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): add rule [strict-void-return]#9707
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
Open
phaux wants to merge45 commits intotypescript-eslint:mainChoose a base branch fromphaux:strict-void-return
base:main
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
Open
Changes fromall commits
Commits
Show all changes
45 commits Select commitHold shift + click to select a range
76c295b
feat(eslint-plugin): add rule [strict-void-return]
phaux5454727
chore: generate configs
phaux38e2d18
better handling of base class/interfaces
phauxcb58ccc
update docs
phaux75da13d
restructure some code
phauxdb1bc42
Merge branch 'main' into strict-void-return
phauxe0ef02d
Merge branch 'main' into strict-void-return
phaux2d82282
update to new RuleTester
phaux8cea97b
more detailed messages
phauxc16c874
Merge branch 'main' into strict-void-return
phauxd8f2b03
more coverage
phauxb353dc9
lint fix
phaux3de72ca
fix addEventListener test
phauxae1fd10
Merge branch 'main' into strict-void-return
phauxcc7a23e
fix node imports
phauxfe7a62e
Merge branch 'main' into strict-void-return
phauxa335f3c
simplify options
phaux4d8bf19
Apply suggestions from code review
phaux31434c8
Merge branch 'main' into strict-void-return
phaux4075db2
docs
phaux4c9a620
Merge branch 'main' into strict-void-return
phauxf4f68f9
update snapshots
phauxf4bc0bc
fix lint errors
phaux458ccf5
simplify messages
phaux335a7cf
move option descriptions to schema
phaux6981f67
update snapshots
phaux3c0484f
Merge branch 'main' into strict-void-return
phaux851f472
update messages
phaux21b4020
don't use node:assert
phaux8687130
simplify examples
phaux3f9d977
update snapshots
phaux172548c
remove autofixes
phauxa484413
Merge branch 'main' into strict-void-return
phauxbb4c90b
remove unused function
phaux5d76db0
Merge branch 'main' into strict-void-return
phaux5c56d72
Merge branch 'main' into strict-void-return
phaux55b6378
recreate from main
phaux600422e
Merge branch 'main' into strict-void-return
phauxf72849a
take ESTree nodes in utils
phauxb43a125
add tests
phaux76c3b30
add test
phaux75ac458
remove dynamic messages
phaux2f0326d
remove unnecessary code
phaux8b20c4b
remove allowReturnPromiseIfTryCatch
phaux74dfcba
update docs
phauxFile 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
3 changes: 2 additions & 1 deletionpackages/eslint-plugin/docs/rules/no-misused-promises.mdx
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.
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.