From ca43677f0f9bdc925001e03f3be8f4caa0a665cf Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Thu, 12 Sep 2019 18:00:15 +0000 Subject: [PATCH] chore: reformat root tsconfig without prettier --- tsconfig.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index b26fa01419..44073c0a69 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,17 +1,17 @@ { - "files": [], - "include": [], - "extends": "./tsconfig.shared.json", - "references": [ - { "path": "@commitlint/parse" }, - { "path": "@commitlint/ensure" }, - { "path": "@commitlint/execute-rule" }, - { "path": "@commitlint/format" }, - { "path": "@commitlint/is-ignored" }, - { "path": "@commitlint/message" }, - { "path": "@commitlint/resolve-extends" }, - { "path": "@commitlint/to-lines" }, - { "path": "@commitlint/top-level" }, - { "path": "@commitlint/rules" }, - ] + "files": [], + "include": [], + "extends": "./tsconfig.shared.json", + "references": [ + { "path": "@commitlint/parse" }, + { "path": "@commitlint/ensure" }, + { "path": "@commitlint/execute-rule" }, + { "path": "@commitlint/format" }, + { "path": "@commitlint/is-ignored" }, + { "path": "@commitlint/message" }, + { "path": "@commitlint/resolve-extends" }, + { "path": "@commitlint/to-lines" }, + { "path": "@commitlint/top-level" }, + { "path": "@commitlint/rules" }, + ] }