Commit Graph

30 Commits

Author SHA1 Message Date
Dmitri1337
e5fa3ccfe5 Fixed "only-arrow-functions" lint rule 2019-01-17 15:06:17 +02:00
Dmitri1337
912d3ff409 Fixed "unified-signatures" lint rule 2019-01-17 10:56:15 +02:00
Dmitri1337
ad2722e2a7 Fixed "object-literal-shorthand" lint rule 2019-01-16 19:35:08 +02:00
Dmitri1337
022c73d972 Fixed "object-literal-key-quotes" lint rule 2019-01-16 19:30:04 +02:00
Dmitri1337
75c54e1e18 Fixed "no-void-expression" lint rule 2019-01-16 19:26:51 +02:00
Dmitri1337
ae3fbb870e Fixed "no-var-keyword" lint rule 2019-01-16 19:23:45 +02:00
Dmitri1337
58192b28b8 Fixed "no-consecutive-blank-lines" lint rule 2019-01-16 19:21:25 +02:00
Dmitri1337
5146b08c03 Fixed "prefer-for-of" lint rule 2019-01-16 19:11:05 +02:00
Dmitri1337
e3dd4b2ca4 Fixed "prefer-const" lint rule 2019-01-16 19:08:08 +02:00
Dmitri1337
5a6bb529e4 Fixed "prefer-template" lint rule 2019-01-16 18:53:31 +02:00
Dmitri1337
edf4a6cf40 Fixed "space-before-function-paren" lint rule 2019-01-16 18:48:31 +02:00
Dmitri1337
ced24f9e19 Fixed "space-within-parens" lint rule 2019-01-16 18:42:55 +02:00
Dmitri1337
4af081994e Fixed "typedef-whitesapce" lint rule 2019-01-16 18:40:10 +02:00
Dmitri1337
5b73d190ef Fixed "semicolon" lint rule 2019-01-16 18:32:50 +02:00
Dmitri1337
9bfa52c409 Fixed "trim-file" lint rule 2019-01-16 18:28:06 +02:00
Dmitri Trofimov
8d29540c53 Fixed "no-padding" lint rule 2019-01-16 18:22:55 +02:00
Dmitri Trofimov
f045b26eff Fixed "array-type" lint rule 2019-01-16 17:15:44 +02:00
Dmitri Trofimov
eeb4b9969a Fixed "whitespace" lint rule 2019-01-16 16:13:17 +02:00
Dmitri Trofimov
d004f11f63 Fixed "arrow-return-shorthand" lint rule 2019-01-16 11:51:01 +02:00
Dmitri Trofimov
83f669d928 fixed test error message 2019-01-04 16:31:11 +02:00
Dmitri Trofimov
4c3dae63c3 Test attempt #3 2019-01-04 16:23:40 +02:00
Dmitri Trofimov
823fc6008f Test attempt #2 2019-01-04 12:23:59 +02:00
Dmitri Trofimov
4b9fdb35a1 Test attempt #1 2019-01-04 11:01:40 +02:00
Ulrich Buchgraber
6ccbcd2c4d Fix all the (unrelated) 'no-angle-bracket-type-assertion' linter errors in packages which depend on @types/node 2018-11-21 01:29:44 +01:00
Marc Ghorayeb
d2d41a9f46 [async] Default E to Error and add auto polymorphism for optional arg (#29825)
* feat(async): default callback error to Error type

* feat(async): polymorph auto method
2018-10-18 08:46:19 -07:00
rlindgren
055cf34ca9 fix lint 2017-10-27 11:35:10 -04:00
rlindgren
e670e0731c Fix doWhilst, doUntil definitions and tests 2017-10-20 12:01:00 -04:00
Andy
f713855f03 async: Convert to module (#19870) 2017-09-26 08:36:27 -07:00
Sasan
ccb1510ac1 corrected: in async.queue.push(task,callback) callback is not called with the task interface. (#18821)
* correted: async.queue callback function does not use task interface.

* correct `queue.push` generic type.
2017-08-14 15:08:23 -07:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00