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",