Skip to content

Commit 008cd89

Browse files
Update booleanTriviaRule.ts
1 parent 40393c5 commit 008cd89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/tslint/booleanTriviaRule.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import * as ts from "typescript";
33

44
export class Rule extends Lint.Rules.AbstractRule {
55
public apply(sourceFile: ts.SourceFile): Lint.RuleFailure[] {
6-
// Cheat to get type checker
76
return this.applyWithFunction(sourceFile, ctx => walk(ctx));
87
}
98
}

0 commit comments

Comments
 (0)