From 3e943d0571d69c1d30c742cb1ff80eca3f8e2a7e Mon Sep 17 00:00:00 2001 From: Dmitriy Shekhovtsov Date: Fri, 5 Aug 2016 13:58:08 +0300 Subject: [PATCH] fix(ordered-imports): disabled some rules --- tslint.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tslint.json b/tslint.json index b1f6ab0..c640339 100644 --- a/tslint.json +++ b/tslint.json @@ -28,7 +28,7 @@ "no-consecutive-blank-lines": true, "no-console": true, "no-construct": true, - "no-constructor-vars": true, + "no-constructor-vars": false, "no-debugger": true, "no-default-export": false, "no-duplicate-key": true, @@ -60,7 +60,7 @@ ], "one-variable-per-declaration": true, "only-arrow-functions": true, - "ordered-imports": true, + "ordered-imports": false, "quotemark": [true, "single"], "radix": true, "semicolon": [true, "always"], @@ -95,7 +95,7 @@ "component-selector-prefix": [true, ""], "use-input-property-decorator": true, "use-output-property-decorator": true, - "use-host-property-decorator": true, + "use-host-property-decorator": false, "no-attribute-parameter-decorator": true, "no-input-rename": true, "no-output-rename": true,