Commit Graph

24 Commits

Author SHA1 Message Date
Matt R. Wilson
f687ec5a6b [@types/request] Fix lints (#22821)
* [@types/request] Fix lints: ban-types.

Replace generic `Function` types with appropriate `(...): <T>`.

* [@types/request] Fix lints:no-duplicate-variable.

* [@types/request] Fix lints:no-inferrable-types.

* [@types/request] Fix lints:no-misused-new.

* [@types/request] Fix lints:no-var-keyword.

* [@types/request] Fix lints:object-literal-shorthand.

* [@types/request] Fix lints:prefer-const.

* [@types/request] Fix lints: strict-export-declare-modifiers.

* [@types/request] Fix lints: unified-signatures.
2018-01-12 11:54:20 -08:00
segayuu
fd1c81d5df cleanup lint error: object-literal-key-quotes 2017-10-30 12:31:52 +09:00
segayuu
ee5526f862 cleanup lint error: callable-types 2017-10-30 12:25:29 +09:00
segayuu
fb7564f1c0 cleanup lint error: no-consecutive-blank-lines 2017-10-30 12:22:26 +09:00
segayuu
0e3e3e4c81 cleanup lint error: triple-equals 2017-10-30 12:20:55 +09:00
segayuu
964a5b5515 cleanup lint error: prefer-template 2017-10-30 12:13:40 +09:00
segayuu
63cf38db03 cleanup lint error: no-var-requires 2017-10-30 11:55:47 +09:00
segayuu
9e6d73176f cleanup lint error: one-variable-per-declaration 2017-10-30 11:54:20 +09:00
segayuu
c775fd5830 cleanup lint error: no-void-expression 2017-10-30 11:49:50 +09:00
segayuu
6cffeea864 cleanup lint error: prefer-switch 2017-10-30 11:46:03 +09:00
segayuu
0a487b74a2 cleanup lint error: array-type 2017-10-30 11:43:07 +09:00
segayuu
cf4b4fd2ba cleanup ignore errors 2017-10-30 11:41:23 +09:00
segayuu
fd9dffdd7c cleanup lint error: semicolon 2017-10-30 11:23:03 +09:00
segayuu
7439f6d08f cleanup lint errors: whitespace, typedef-whitespace, space-within-parens, space-before-function-paren 2017-10-30 11:20:34 +09:00
segayuu
a2e8bfda4e cleanup lint error: ban-comma-operator 2017-10-30 11:16:35 +09:00
segayuu
8d2da56ea5 cleanup lint error: arrow-return-shorthand 2017-10-30 11:15:24 +09:00
segayuu
0339b28f80 cleanup lint error: one-line 2017-10-30 11:13:49 +09:00
segayuu
a3adeb702e Cleanup lint error: only-arrow-functions 2017-10-30 11:09:29 +09:00
segayuu
3c49d1b237 cleanup lint error: no-padding 2017-10-30 11:03:19 +09:00
segayuu
2dde57da14 cleanup lint error: comment-format 2017-10-30 10:57:56 +09:00
segayuu
b00a7ff72a cleanup lint error: trim-file 2017-10-30 10:54:58 +09:00
segayuu
d1806394be cleanup lint error: dt-header 2017-10-30 10:53:49 +09:00
segayuu
bde113c702 cleanup lint error: no-trailing-whitespace 2017-10-30 10:51:31 +09:00
Andy
19f89399e4 Ensure every package has a tslint.json (#21009)
* Ensure every package has a tslint.json

* Fixes
2017-10-25 11:13:50 -07:00