Rule proposal: return-yield
#1024
Labels
enhancement: new plugin rule
New rule request for eslint-plugin
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
wontfix
This will not be worked on
return yield* iterator()
is very similar toreturn await promise
- it gives better stack trace in V8 and can be catched. I think it makes sense for it to have the same options asreturn-await
(ref #994).The text was updated successfully, but these errors were encountered: