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