Commit Graph

8 Commits

Author SHA1 Message Date
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Andy
2a9d2f8d59 Convert more "import *" to "import =" (#23446) 2018-02-05 18:27:31 -08:00
Andy
bef4d2b27d Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Andy
30957ad3d8 Remove // tslint:disable comments (#22198) 2017-12-14 13:24:24 -08:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Andy
924fafffc0 Fix remaining lint errors (#19166) 2017-08-20 15:37:53 -07:00
Andy
5d6c651a1a Apply stricter lint rules (#19063) 2017-08-17 14:53:41 -07:00
DingWeizhe
76c82115ad [fluent-ffmpeg] support es6 import syntax & conform to tdslint (#16036)
* support es6 import syntax

* support es6 import syntax

* add author

* test import syntax to es6

* add tslint config

* tslint: Interface has only a call signature

* tslint: ban-types

* tslint: no-misused-new

* tslint: semicolon

* tslint: TypeScript compile error: Cannot find name 'object'.

* tslint: unified-signatures

* tslint: disable unified-signatures, parameter name is different

* tslint: object-literal-shorthand

* tslint: one-variable-per-declaration

* tslint: dt-header

* tslint: no-single-declare-module

* type definitions for images 2.2
2017-05-04 18:13:03 -07:00