From 3061da3275e1e56d77701d79c1740e196a14071e Mon Sep 17 00:00:00 2001 From: harryyu Date: Mon, 1 Apr 2019 10:34:27 +0800 Subject: [PATCH] Format the indentation in tslint.json --- tslint.json | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/tslint.json b/tslint.json index 17fdb90..a3be765 100644 --- a/tslint.json +++ b/tslint.json @@ -1,11 +1,7 @@ { - "extends": [], - "defaultSeverity": "warning", - "linterOptions": { - "exclude": [ - "config/**/*.js", - "node_modules/**/*.ts" - ] - } + "extends": [], + "defaultSeverity": "warning", + "linterOptions": { + "exclude": ["config/**/*.js", "node_modules/**/*.ts"] } - \ No newline at end of file +}