This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
no-var-keyword
doesn't reject export var
statements
#1256
Milestone
Bug Report
3.10.1
1.8.10
TypeScript code being linted
with
tslint.json
:Actual behavior
Does not reject
var
keywordExpected behavior
Would reject
var
keyword.Removing the
export
keyword (var name = ...
) does lint correctly.The text was updated successfully, but these errors were encountered: