From cf1d621bce00ef40379b2c707bacd3e1b3719fa2 Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Fri, 13 Apr 2018 10:55:08 -0400 Subject: [PATCH] Allow line breaks in long `import` statements --- tslint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tslint.json b/tslint.json index 95ebd6f7842b..78b536446007 100644 --- a/tslint.json +++ b/tslint.json @@ -7,6 +7,7 @@ "jsRules": {}, "rules": { "array-type": [true, "generic"], + "import-spacing": false, "interface-name": [true, "never-prefix"], "mocha-avoid-only": true,