From a0c8271ad9373725185a3fa717dfeae181f018e5 Mon Sep 17 00:00:00 2001 From: Blake Embrey Date: Wed, 14 Jun 2017 15:13:51 -0400 Subject: [PATCH] Remove `check-separator` whitespace rule --- tslint.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tslint.js b/tslint.js index 1ab0974..022bf98 100644 --- a/tslint.js +++ b/tslint.js @@ -126,7 +126,6 @@ module.exports = { 'check-decl', 'check-operator', 'check-module', - 'check-separator', 'check-type', 'check-typecast', 'check-preblock'