mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
13 lines
443 B
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
|
|
}
|
|
}
|