From 2cc2a2a027f6aeb95457aeaa2b8f28eb6f2e58e6 Mon Sep 17 00:00:00 2001 From: Nishant Kumar Date: Thu, 17 Sep 2020 00:32:02 +0200 Subject: [PATCH] Removed duplicate no-consecutive-blank-lines settings (#38) Removed duplicate no-consecutive-blank-lines settings --- tslint.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tslint.json b/tslint.json index 25c64dc..5d0b1c7 100644 --- a/tslint.json +++ b/tslint.json @@ -51,7 +51,6 @@ "no-arg": { "severity": "error" }, "no-bitwise": { "severity": "error" }, "no-conditional-assignment": { "severity": "error" }, - "no-consecutive-blank-lines": { "severity": "error" }, "no-console": { "options": [ "error",