Skip to content

Commit

Permalink
Remove rxjs from import-blacklist (thymikee#110)
Browse files Browse the repository at this point in the history
This was causing the linter to complain about existing imports (e.g. in hero service)
  • Loading branch information
ParkerM committed Aug 26, 2018
1 parent 60f4564 commit 6e49bca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"curly": true,
"eofline": true,
"forin": true,
"import-blacklist": [true, "rxjs"],
"import-spacing": true,
"indent": [
true,
Expand Down

0 comments on commit 6e49bca

Please sign in to comment.