From 9df98e65f842cf3acae09cbdd969966f42d64469 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 14 Oct 2017 18:40:54 +0200 Subject: update dependencies --- node_modules/tslint/lib/configs/latest.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'node_modules/tslint/lib/configs/latest.js') diff --git a/node_modules/tslint/lib/configs/latest.js b/node_modules/tslint/lib/configs/latest.js index c27200602..dcbb72b43 100644 --- a/node_modules/tslint/lib/configs/latest.js +++ b/node_modules/tslint/lib/configs/latest.js @@ -44,6 +44,20 @@ exports.rules = { // added in v5.6 "no-duplicate-imports": true, "space-within-parens": [true, 0], + "no-submodule-imports": true, + // added in v5.7 + "whitespace": { + options: [ + "check-branch", + "check-decl", + "check-operator", + "check-separator", + "check-type", + "check-typecast", + "check-type-operator", + "check-rest-spread", + ], + }, }; // tslint:enable object-literal-sort-keys // work around "extends" being a keyword -- cgit v1.2.3