mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 01:11:00 +00:00
Remove dup
This commit is contained in:
parent
e2d9812c04
commit
1db1748819
1 changed files with 1 additions and 19 deletions
20
.github/eslint-stylish.json
vendored
20
.github/eslint-stylish.json
vendored
|
@ -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 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue