You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
the ts as any was only used there to handle backcompat with TypeScript v2.0, since the field doesn't exist in Typescript v2.1.
Seems strange that getTokenAtPosition is not public. I don't think we should be using private functions. I guess the alternative would be to walk every node to find the template string nodes, then filter the errors
Bug Report
4.0.0
2.1.4
TypeScript code being linted
with
tslint.json
configuration:Actual behavior
Treats the consecutive blank lines inside the string as a violation
Expected behavior
Don't treat the consecutive blank lines inside the string as a violation
The text was updated successfully, but these errors were encountered: