From 43e863ebcd84941bb7be4894e476609f554c8f6e Mon Sep 17 00:00:00 2001 From: Dwayne Charrington Date: Tue, 20 Jun 2017 22:02:33 +1000 Subject: [PATCH] chore(tslint): remove unneeded rules --- tslint.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tslint.json b/tslint.json index 988c723..5ad2fda 100644 --- a/tslint.json +++ b/tslint.json @@ -6,8 +6,6 @@ "whitespace": [true, "check-branch", "check-decl", "check-operator", "check-module", "check-separator", "check-type"], "interface-name": [true, "never-prefix"], "no-shadowed-variable": false, - "no-string-literal": false, - "trailing-comma": false, - "member-ordering": ["fields-first"] + "no-string-literal": false } }