DefinitelyTyped/types/request
Matt R. Wilson 5ba5faa1de [@types/request] Lint fix. (#22874)
I had two PRs merge close together that caused the build to fail.
- #22809 fixed a bug
- #22821 removed all the overrides from `tslint.json`
Unfortunately, the former ended up with a couple lint issues.
```
./types/request/index.d.ts
ERROR: 64:20  unified-signatures  This overload and the one on line 63
can be combined into one signature taking `string | RequiredUriUrl &
TOptions`.

./types/request/request-tests.ts
ERROR: 10:5   prefer-const        Identifier 'value' is never
reassigned; use 'const' instead of 'let'.
```
2018-01-16 09:41:33 -08:00
..
index.d.ts [@types/request] Lint fix. (#22874) 2018-01-16 09:41:33 -08:00
request-tests.ts [@types/request] Lint fix. (#22874) 2018-01-16 09:41:33 -08:00
tsconfig.json
tslint.json [@types/request] Fix lints (#22821) 2018-01-12 11:54:20 -08:00