diff --git a/package.json b/package.json index e76d480937c..e329db05d85 100644 --- a/package.json +++ b/package.json @@ -74,10 +74,12 @@ "q": "latest", "run-sequence": "latest", "sorcery": "latest", + "source-map-support": "latest", "through2": "latest", "travis-fold": "latest", "ts-node": "latest", "tslint": "latest", + "vinyl": "latest", "colors": "latest", "typescript": "next" }, diff --git a/tslint.json b/tslint.json index a990d08a2bb..873b08eaf31 100644 --- a/tslint.json +++ b/tslint.json @@ -72,6 +72,9 @@ "check-type" ], + // Config different from tslint:latest + "no-implicit-dependencies": [true, "dev"], + // TODO "arrow-parens": false, // [true, "ban-single-arg-parens"] "arrow-return-shorthand": false, @@ -85,7 +88,6 @@ "no-empty": false, "no-empty-interface": false, "no-eval": false, - "no-implicit-dependencies": false, "no-invalid-template-strings": false, "no-object-literal-type-assertion": false, "no-shadowed-variable": false,