From 93f5c90355739d6736bbcd34c7712be2b67a7cce Mon Sep 17 00:00:00 2001 From: Matanel Sindilevich Date: Fri, 1 Sep 2017 15:45:11 +0300 Subject: [PATCH] Adding tslint configuration --- types/needle/tslint.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 types/needle/tslint.json diff --git a/types/needle/tslint.json b/types/needle/tslint.json new file mode 100644 index 0000000000..7313bfcd80 --- /dev/null +++ b/types/needle/tslint.json @@ -0,0 +1,8 @@ +{ + "extends": "dtslint/dt.json", + "rules": { + "no-conditional-assignment": false, + "no-empty-interface": false, + "strict-export-declare-modifiers": false + } +} \ No newline at end of file