mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 11:51:10 +08:00
11 lines
193 B
JSON
11 lines
193 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"no-any-union": false,
|
|
"no-irregular-whitespace": false,
|
|
"no-mergeable-namespace": false,
|
|
"no-unnecessary-qualifier": false
|
|
}
|
|
}
|