chore: remove old problem matcher

This commit is contained in:
Jef LeCompte
2021-02-23 10:05:43 -05:00
parent 42808b836c
commit 03539ca666
2 changed files with 1 additions and 22 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/bash
npm run test
npm run test
-21
View File
@@ -1,21 +0,0 @@
{
"problemMatcher": [
{
"owner": "xo",
"pattern": [
{
"regexp": "^\\s+(.*):(\\d+):(\\d+)$",
"file": 1
},
{
"regexp": "^\\s+✖\\s+(\\d+):(\\d+)\\s+(.*)\\s+(.*)$",
"line": 1,
"column": 2,
"message": 3,
"code": 4,
"loop": true
}
]
}
]
}