From 1c93faa3abfdc22dd3bd99caebe58228b1416772 Mon Sep 17 00:00:00 2001 From: GodderE2D <55918888+GodderE2D@users.noreply.github.com> Date: Mon, 6 Dec 2021 18:55:16 +1100 Subject: [PATCH] chore: format .github/tsc.json (#7062) --- .github/tsc.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/tsc.json b/.github/tsc.json index 158f7e83d..896203be6 100644 --- a/.github/tsc.json +++ b/.github/tsc.json @@ -1,18 +1,18 @@ { "problemMatcher": [ - { - "owner": "tsc", - "pattern": [ - { - "regexp": "^(?:\\s+\\d+\\>)?([^\\s].*)\\((\\d+),(\\d+)\\)\\s*:\\s+(error|warning|info)\\s+(\\w{1,2}\\d+)\\s*:\\s*(.*)$", - "file": 1, - "line": 2, - "column": 3, - "severity": 4, - "code": 5, - "message": 6 - } - ] - } + { + "owner": "tsc", + "pattern": [ + { + "regexp": "^(?:\\s+\\d+\\>)?([^\\s].*)\\((\\d+),(\\d+)\\)\\s*:\\s+(error|warning|info)\\s+(\\w{1,2}\\d+)\\s*:\\s*(.*)$", + "file": 1, + "line": 2, + "column": 3, + "severity": 4, + "code": 5, + "message": 6 + } + ] + } ] }