DefinitelyTyped/types/rx-dom/tslint.json

13 lines
443 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
// TODOs
// this package augments Rx with namespace level functions
// it would be particualrly strange to type these functions differently
// @ above comment: Use a specific type such as `(x: string) => boolean` instead of just `Function`
"ban-types": false,
"no-unnecessary-qualifier": false,
"no-unnecessary-generics": false
}
}