Make tslint rules for needle follow the repository defaults as much as possible

This commit is contained in:
Matanel Sindilevich
2017-09-01 15:48:53 +03:00
parent 93f5c90355
commit bc432e91e7

View File

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