mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 19:59:02 +08:00
18 lines
450 B
JSON
18 lines
450 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// All are TODOs
|
|
"comment-format": false,
|
|
"jsdoc-format": false,
|
|
"no-consecutive-blank-lines": false,
|
|
"no-mergeable-namespace": false,
|
|
"no-padding": false,
|
|
"no-any-union": false,
|
|
"no-redundant-jsdoc": false,
|
|
"no-redundant-jsdoc-2": false,
|
|
"no-unnecessary-generics": false,
|
|
"no-unnecessary-qualifier": false,
|
|
"strict-export-declare-modifiers": false
|
|
}
|
|
}
|