From d6d0eff9a5278a4844e7d6bf7f22da212f6c2111 Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Mon, 27 Feb 2017 16:18:08 +0100 Subject: [PATCH] feat(lint): add ordered-imports rule --- tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 1a6b6f6..8c9f22f 100644 --- a/tslint.json +++ b/tslint.json @@ -138,7 +138,7 @@ "check-function-in-method" ], "import-spacing": true, - "ordered-imports": [false], + "ordered-imports": [true], "interface-name": [false], "no-angle-bracket-type-assertion": true, "object-literal-shorthand": true,