Files
DefinitelyTyped/rx-dom/tslint.json
Pat Sissons 461eb31187 Updating rx-dom typings to be module style instead of ambient style (#14105)
* transitioning from ambient style typings to module style typings

* adding some notes to test file

* merging redundant definitions

* updating version to match the current rx-dom version

* adding lint config
2017-01-19 09:29:50 -08:00

9 lines
221 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
}
}