mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-28 08:17:54 +08:00
11 lines
228 B
JSON
11 lines
228 B
JSON
{
|
|
"extends": "../tslint.json",
|
|
"rules": {
|
|
"max-line-length": false,
|
|
"no-empty-interface": false,
|
|
"array-type": false,
|
|
"unified-signatures": false,
|
|
"forbidden-types": false
|
|
}
|
|
}
|