From 83a7f4664dd232d332781e4b6284d2a7c46b0ae7 Mon Sep 17 00:00:00 2001 From: Dolan Date: Mon, 28 Jan 2019 13:04:51 +0000 Subject: [PATCH] Update tslint.json --- tslint.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tslint.json b/tslint.json index c06144bfe1..d6eb606eba 100644 --- a/tslint.json +++ b/tslint.json @@ -18,6 +18,9 @@ "no-null-keyword": true, "return-undefined": true, "prefer-readonly": true, + "no-duplicate-imports": true, + "unnecessary-constructor": true, + "file-name-casing": [true, "kebab-case"], // Functional Programming Rules "no-parameter-reassignment": true, "readonly-keyword": true,