From 3f5feea1cf8847396dab9f8158c4f87adb234d06 Mon Sep 17 00:00:00 2001 From: C-3PO Date: Thu, 21 Jun 2018 14:41:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Update=20tslint=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tslint.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/tslint.json b/src/tslint.json index fdf4be6..53aee4b 100644 --- a/src/tslint.json +++ b/src/tslint.json @@ -1,14 +1,15 @@ { "defaultSeverity": "error", "extends": [ - "tslint:recommended" + "tslint:recommended", ], "jsRules": {}, "rules": { "comment-format": false, + "indent": [true, "spaces", 2], "max-line-length": false, "no-bitwise": false, - "quotemark": [true, "single"] + "quotemark": [true, "single"], }, - "rulesDirectory": [] + "rulesDirectory": [], }