This repository was archived by the owner on Jan 19, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 75
space-infix-ops: false positive for generics on type declarations #486
Comments
This also effects generics nested inside of constrained generics: type Bar < T > = T;
type Foo < T extends Bar <any>> = T;
|
I did a quick search over the code and looks like the support of I assume the fix would be get back the support of |
eslint/eslint#10935 fixed this i think ( |
This was fixed on my local to update eslint to 5.7.0. thanks! |
It looks like this can be closed now that the |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of TypeScript are you using?
2.9.1
What version of
typescript-eslint-parser
are you using?16.0.0
What code were you trying to parse?
With
space-infix-ops
rule enabled:What did you expect to happen?
No error.
What happened?
False positive for
space-infix-ops
.The text was updated successfully, but these errors were encountered: