This repository was archived by the owner on Jan 19, 2019. It is now read-only.
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
space-infix-ops: false positive for generics on type declarations #486
Closed
Description
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:
type Foo<T> = T;
What did you expect to happen?
No error.
What happened?
False positive for space-infix-ops
.
1:9 error Infix operators must be spaced space-infix-ops