From 6e49bcae3d4e3cd1d37837fd37b514e12229e6ab Mon Sep 17 00:00:00 2001 From: Parker Mauney <5124113+ParkerM@users.noreply.github.com> Date: Sun, 26 Aug 2018 16:14:33 -0500 Subject: [PATCH] Remove rxjs from import-blacklist (#110) This was causing the linter to complain about existing imports (e.g. in hero service) --- example/tslint.json | 1 - 1 file changed, 1 deletion(-) diff --git a/example/tslint.json b/example/tslint.json index 9113f1368b..6291cc347b 100644 --- a/example/tslint.json +++ b/example/tslint.json @@ -12,7 +12,6 @@ "curly": true, "eofline": true, "forin": true, - "import-blacklist": [true, "rxjs"], "import-spacing": true, "indent": [ true,