From a64247469e9a6eb496335386a72745fe0e86b483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Farkas=20J=C3=B3zsef?= Date: Sun, 18 Dec 2016 14:42:54 +0100 Subject: [PATCH] Remove some annoying tslint rules --- tslint.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/tslint.json b/tslint.json index e2d11e27..68d2da05 100644 --- a/tslint.json +++ b/tslint.json @@ -13,7 +13,6 @@ "no-construct": true, "no-duplicate-variable": true, "no-eval": true, - "no-null-keyword": true, "no-shadowed-variable": true, "no-switch-case-fall-through": true, "no-unused-expression": true, @@ -47,8 +46,7 @@ ], "comment-format": [ true, - "check-space", - "check-uppercase" + "check-space" ], "no-consecutive-blank-lines": true, "one-line": [ @@ -56,12 +54,6 @@ "check-open-brace", "check-whitespace" ], - "ordered-imports": [ - true, - { - "named-imports-order": "lowercase-last" - } - ], "quotemark": [ true, "single"