mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-28 16:45:10 +08:00
15 lines
376 B
JSON
15 lines
376 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// TODOs
|
|
"adjacent-overload-signatures": false,
|
|
"ban-types": false,
|
|
"interface-name": false,
|
|
"no-any-union": false,
|
|
"no-empty-interface": false,
|
|
"space-within-parens": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"unified-signatures": false
|
|
}
|
|
}
|