mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-13 12:37:16 +08:00
11 lines
239 B
JSON
11 lines
239 B
JSON
{
|
|
"extends": "../tslint.json",
|
|
"rules": {
|
|
"adjacent-overload-signatures": false,
|
|
"ban-types": false,
|
|
"interface-name": false,
|
|
"no-empty-interface": false,
|
|
"unified-signatures": false
|
|
}
|
|
}
|