-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
arrow-parens: false positive for generic arrow function #14
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@JamesHenry @armano2 I'm still seeing this on version
which produces the following when I run
(See the error at
and the lines in my
We've had a smooth experience moving over from TSLint, with this one glitch. Looking at #176, it looks like you guys test for this case. Any idea what the problem could be? Let me know if I can help! |
Also fix up the regex for vscode launching eslint-plugin tests so it matches all tests Closes #14
I still get false positive.
|
You have the missing piece of the puzzle! |
I've the same problem, when will this problem get fixed and published? |
|
I'm also experiencing this with default
|
- disable eslint rule as typescript linter is false-positive: typescript-eslint/typescript-eslint#14 - move some logic back to store
Still issue. It happens when { "requireForBlockBody": true } otherwise it don't happen. |
This is fixed in eslint v7.4.0 |
This issue was initially reported here: eslint/typescript-eslint-parser#475
What version of TypeScript are you using?
2.8.3
What version of
typescript-eslint-parser
are you using?15.0.0
What code were you trying to parse?
The text was updated successfully, but these errors were encountered: