mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 05:20: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
12 lines
290 B
JSON
12 lines
290 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// Heavy use of Function type in this older package.
|
|
"ban-types": false,
|
|
"jsdoc-format": false,
|
|
"no-misused-new": false,
|
|
// not sure what this means
|
|
"no-single-declare-module": false
|
|
}
|
|
}
|