chore: format .github/tsc.json (#7062)

This commit is contained in:
GodderE2D
2021-12-06 18:55:16 +11:00
committed by GitHub
parent 01f8d1bed5
commit 1c93faa3ab

28
.github/tsc.json vendored
View File

@@ -1,18 +1,18 @@
{ {
"problemMatcher": [ "problemMatcher": [
{ {
"owner": "tsc", "owner": "tsc",
"pattern": [ "pattern": [
{ {
"regexp": "^(?:\\s+\\d+\\>)?([^\\s].*)\\((\\d+),(\\d+)\\)\\s*:\\s+(error|warning|info)\\s+(\\w{1,2}\\d+)\\s*:\\s*(.*)$", "regexp": "^(?:\\s+\\d+\\>)?([^\\s].*)\\((\\d+),(\\d+)\\)\\s*:\\s+(error|warning|info)\\s+(\\w{1,2}\\d+)\\s*:\\s*(.*)$",
"file": 1, "file": 1,
"line": 2, "line": 2,
"column": 3, "column": 3,
"severity": 4, "severity": 4,
"code": 5, "code": 5,
"message": 6 "message": 6
} }
] ]
} }
] ]
} }