Remove dup

This commit is contained in:
Danny McCormick 2019-06-18 10:59:00 -04:00 committed by GitHub
parent e2d9812c04
commit 1db1748819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,23 +1,5 @@
{
"problemMatcher": [
{
"owner": "eslint-stylish",
"pattern": [
{
"regexp": "^([^\\s].*)$",
"file": 1
},
{
"regexp": "^\\s+(\\d+):(\\d+)\\s+(error|warning|info)\\s+(.*)\\s\\s+(.*)$",
"line": 1,
"column": 2,
"severity": 3,
"message": 4,
"code": 5,
"loop": true
}
]
},
{
"owner": "eslint-stylish",
"pattern": [
@ -37,4 +19,4 @@
]
}
]
}
}