From bc432e91e723840fbc29d7b96cdc9669b1ebe43c Mon Sep 17 00:00:00 2001 From: Matanel Sindilevich Date: Fri, 1 Sep 2017 15:48:53 +0300 Subject: [PATCH] Make tslint rules for needle follow the repository defaults as much as possible --- types/needle/tslint.json | 1 - 1 file changed, 1 deletion(-) diff --git a/types/needle/tslint.json b/types/needle/tslint.json index 7313bfcd80..70429c253f 100644 --- a/types/needle/tslint.json +++ b/types/needle/tslint.json @@ -2,7 +2,6 @@ "extends": "dtslint/dt.json", "rules": { "no-conditional-assignment": false, - "no-empty-interface": false, "strict-export-declare-modifiers": false } } \ No newline at end of file