Files
DefinitelyTyped/rx-dom/tslint.json
2017-02-23 07:15:16 -08:00

9 lines
239 B
JSON

{
"extends": "../tslint.json",
"rules": {
// this package augments Rx with namespace level functions
// it would be particualrly strange to type these functions differently
"forbidden-types": false
}
}