This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
whitespace
rule is incompatible with typescript
<= 2.3.0
#2891
Labels
Milestone
Bug Report
5.4.2
2.2.2
TypeScript code being linted
with
tslint.json
configuration:Actual behavior
const answer=42
is not flagged bytslint
, the following warning is reported instead:Expected behavior
const answer=42
should be flagged bytslint
with the following message:Notes
typescript
renamed its internal functionisWhiteSpace
toisWhiteSpaceLike
in microsoft/TypeScript@4fa2312 which was released intypescript
2.3.1
.tslint
switched to using new name in #2694, but did not provide a fallback code fortypescript
<= 2.3.0
.5.2.0
is the last working version oftslint
.The text was updated successfully, but these errors were encountered: