From 54081b05395dfd7352fb42f845b61d2956b5a85f Mon Sep 17 00:00:00 2001 From: mgechev Date: Wed, 19 Apr 2017 17:33:50 -0700 Subject: [PATCH] fix: clear linting errors --- test/angular/sourceMappingVisitor.spec.ts | 2 +- tslint.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/test/angular/sourceMappingVisitor.spec.ts b/test/angular/sourceMappingVisitor.spec.ts index 493377c44..fc4ef812c 100644 --- a/test/angular/sourceMappingVisitor.spec.ts +++ b/test/angular/sourceMappingVisitor.spec.ts @@ -16,7 +16,7 @@ const fixture1 = \` .foo { .bar { - color: red; + color: red; } } \` diff --git a/tslint.json b/tslint.json index 49fd940a6..90ebc6da8 100644 --- a/tslint.json +++ b/tslint.json @@ -16,7 +16,6 @@ "no-eval": true, "no-trailing-whitespace": true, "no-unused-expression": true, - "no-use-before-declare": true, "one-line": [true, "check-open-brace", "check-catch",