mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 05:02:58 +03:00
22 lines
408 B
JSON
22 lines
408 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "svelte-check",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^([^\\s].*):(\\d+):(\\d+)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"column": 3
|
|
},
|
|
{
|
|
"regexp": "^\\s*(Error|Warning):\\s*(.*)\\s+\\((?:ts|js|svelte)\\)$",
|
|
"severity": 1,
|
|
"message": 2,
|
|
"loop": false
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|