Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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:main
base:main
Choose a base branch
Loading
fromphaux:strict-void-return
Open
Show file tree
Hide file tree
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]
phauxAug 2, 2024
5454727
chore: generate configs
phauxAug 2, 2024
38e2d18
better handling of base class/interfaces
phauxAug 2, 2024
cb58ccc
update docs
phauxAug 2, 2024
75da13d
restructure some code
phauxAug 2, 2024
db1bc42
Merge branch 'main' into strict-void-return
phauxAug 4, 2024
e0ef02d
Merge branch 'main' into strict-void-return
phauxAug 5, 2024
2d82282
update to new RuleTester
phauxAug 5, 2024
8cea97b
more detailed messages
phauxAug 9, 2024
c16c874
Merge branch 'main' into strict-void-return
phauxAug 9, 2024
d8f2b03
more coverage
phauxAug 9, 2024
b353dc9
lint fix
phauxAug 10, 2024
3de72ca
fix addEventListener test
phauxAug 10, 2024
ae1fd10
Merge branch 'main' into strict-void-return
phauxAug 15, 2024
cc7a23e
fix node imports
phauxAug 15, 2024
fe7a62e
Merge branch 'main' into strict-void-return
phauxSep 14, 2024
a335f3c
simplify options
phauxSep 15, 2024
4d8bf19
Apply suggestions from code review
phauxSep 18, 2024
31434c8
Merge branch 'main' into strict-void-return
phauxSep 18, 2024
4075db2
docs
phauxSep 18, 2024
4c9a620
Merge branch 'main' into strict-void-return
phauxNov 4, 2024
f4f68f9
update snapshots
phauxNov 4, 2024
f4bc0bc
fix lint errors
phauxNov 7, 2024
458ccf5
simplify messages
phauxNov 7, 2024
335a7cf
move option descriptions to schema
phauxNov 7, 2024
6981f67
update snapshots
phauxNov 7, 2024
3c0484f
Merge branch 'main' into strict-void-return
phauxDec 7, 2024
851f472
update messages
phauxDec 7, 2024
21b4020
don't use node:assert
phauxDec 13, 2024
8687130
simplify examples
phauxDec 21, 2024
3f9d977
update snapshots
phauxDec 21, 2024
172548c
remove autofixes
phauxDec 21, 2024
a484413
Merge branch 'main' into strict-void-return
phauxDec 22, 2024
bb4c90b
remove unused function
phauxJan 7, 2025
5d76db0
Merge branch 'main' into strict-void-return
phauxJan 7, 2025
5c56d72
Merge branch 'main' into strict-void-return
phauxMar 9, 2025
55b6378
recreate from main
phauxApr 24, 2025
600422e
Merge branch 'main' into strict-void-return
phauxApr 24, 2025
f72849a
take ESTree nodes in utils
phauxApr 24, 2025
b43a125
add tests
phauxApr 24, 2025
76c3b30
add test
phauxApr 24, 2025
75ac458
remove dynamic messages
phauxApr 25, 2025
2f0326d
remove unnecessary code
phauxApr 25, 2025
8b20c4b
remove allowReturnPromiseIfTryCatch
phauxApr 25, 2025
74dfcba
update docs
phauxApr 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -311,4 +311,5 @@ You might consider using [ESLint disable comments](https://eslint.org/docs/lates

## Related To

- [`no-floating-promises`](./no-floating-promises.mdx)
- [`strict-void-return`](./strict-void-return.mdx) - A superset of this rule's `checksVoidReturn` option which also checks for non-Promise values.
- [`no-floating-promises`](./no-floating-promises.mdx) - Warns about unhandled promises in _statement_ positions.
Loading
Loading

[8]ページ先頭

©2009-2025 Movatter.jp