mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-27 15:56:06 +00:00
Initial Import
This commit is contained in:
commit
9bb7038a07
244 changed files with 22913 additions and 0 deletions
22
.github/eslint-stylish.json
vendored
Normal file
22
.github/eslint-stylish.json
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue