This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 887
Typed signature required for parameterless functions #4191
Labels
Comments
Note: this is visually similar to #2000 but more severe. |
My case is similar, I have this code:
this interface
|
@JoshuaKGoldberg I dont see bug here.
should be
should be
|
agreed with @VincentLanglet |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report
TypeScript code being linted
Simplified:
Actual use case:
tslint.json
configuration:Actual behavior
TSLint throws an
expected arrow-call-signature to have a typedef
warning at the above code.Expected behavior
ESLint should not require typed signature for parameterless (arrow) functions
Thank you very much guys
The text was updated successfully, but these errors were encountered: