Skip to content

Commit

Permalink
fix: clear linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed Apr 20, 2017
1 parent 38d73d2 commit 54081b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/angular/sourceMappingVisitor.spec.ts
Expand Up @@ -16,7 +16,7 @@ const fixture1 =
\`
.foo {
.bar {
color: red;
color: red;
}
}
\`
Expand Down
1 change: 0 additions & 1 deletion tslint.json
Expand Up @@ -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",
Expand Down

0 comments on commit 54081b0

Please sign in to comment.