-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(eslint-plugin): [return-await] clean up in-try-catch detection an…
…d make autofixes safe (#9031) * [no-return-await] Clean up the logic for in-try-catch detection and make autofixes safe * spell * snapshot * nicer diff * adjust unreachable case
- Loading branch information
1 parent
c3a206f
commit 2619c3b
Showing
5 changed files
with
625 additions
and
185 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -149,6 +149,7 @@ | |
"tsvfs", | ||
"typedef", | ||
"typedefs", | ||
"unawaited", | ||
"unfixable", | ||
"unoptimized", | ||
"unprefixed", | ||
|
This file contains 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
This file contains 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.