From 44bfa3c6a664f37d64ff697c1a8095d0481c7eae Mon Sep 17 00:00:00 2001 From: Michael Van Sickle Date: Wed, 9 Nov 2016 10:20:44 -0500 Subject: [PATCH] remove 'no-duplicate-key' from tslint.json (#99) --- tslint.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tslint.json b/tslint.json index 63d29be..65626cb 100644 --- a/tslint.json +++ b/tslint.json @@ -23,7 +23,6 @@ "no-construct": false, "no-constructor-vars": true, "no-debugger": true, - "no-duplicate-key": true, "no-duplicate-variable": true, "no-empty": false, "no-eval": true,