False positives for no-unnecessary-type-assertion
#187
Labels
bug
Something isn't working
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
Repro
https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/typescript-estree/src/convert.ts#L450
Expected Result
there should not be error on
(node as any).externalModuleIndicator
Actual Result
Additional Info
i'm getting a lot of false positives in convert.ts
Versions
@typescript-eslint/eslint-plugin
master
@typescript-eslint/parser
master
TypeScript
ESLint
node
X.Y.Z
npm
X.Y.Z
The text was updated successfully, but these errors were encountered: