Files
DefinitelyTyped/lodash/tslint.json
Andy 93afca9217 Lint lodash (#13158)
* Formatting fixes
* Replace `T[]|List<T>` with `List<T>`, since that's a supertype to `T[]`.
* Replace `T|T[]` with `Many<T>` for convenience
2016-12-27 17:33:18 -05:00

8 lines
164 B
JSON

{
"extends": "../tslint.json",
"rules": {
"forbidden-types": false,
"no-empty-interface": false,
"unified-signatures": false
}
}