We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40393c5 commit 008cd89Copy full SHA for 008cd89
scripts/tslint/booleanTriviaRule.ts
@@ -3,7 +3,6 @@ import * as ts from "typescript";
3
4
export class Rule extends Lint.Rules.AbstractRule {
5
public apply(sourceFile: ts.SourceFile): Lint.RuleFailure[] {
6
- // Cheat to get type checker
7
return this.applyWithFunction(sourceFile, ctx => walk(ctx));
8
}
9
0 commit comments