mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-08 18:34:06 +08:00
12 lines
290 B
JSON
12 lines
290 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"adjacent-overload-signatures": false,
|
|
"ban-types": false,
|
|
"interface-name": false,
|
|
"no-empty-interface": false,
|
|
"strict-export-declare-modifiers": false,
|
|
"unified-signatures": false
|
|
}
|
|
}
|