mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-28 08:17:54 +08:00
* Formatting fixes * Replace `T[]|List<T>` with `List<T>`, since that's a supertype to `T[]`. * Replace `T|T[]` with `Many<T>` for convenience
8 lines
164 B
JSON
8 lines
164 B
JSON
{
|
|
"extends": "../tslint.json",
|
|
"rules": {
|
|
"forbidden-types": false,
|
|
"no-empty-interface": false,
|
|
"unified-signatures": false
|
|
}
|
|
} |