Adding tslint configuration

This commit is contained in:
Matanel Sindilevich
2017-09-01 15:45:11 +03:00
parent 92db09a1c0
commit 93f5c90355

8
types/needle/tslint.json Normal file
View File

@@ -0,0 +1,8 @@
{
"extends": "dtslint/dt.json",
"rules": {
"no-conditional-assignment": false,
"no-empty-interface": false,
"strict-export-declare-modifiers": false
}
}