mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 02:57:24 +08:00
* Extend "dtslint/dt.json" directly instead of "../tslint.json". * Convert more "../tslint.json" to "dtslint/dt.json" * no-redundant-modifiers -> strict-export-declare-modifiers
9 lines
233 B
JSON
9 lines
233 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// this package augments Rx with namespace level functions
|
|
// it would be particualrly strange to type these functions differently
|
|
"ban-types": false
|
|
}
|
|
}
|