mirror of
https://gitea.com/actions/setup-node.git
synced 2024-11-24 19:19:32 +01:00
c2dd1f600a
- Move Prettier 1 -> to support `.` glob and built-in parsers - Move whitespace settings to EditorConfig that Prettier reads - Expand glob to run on all non-generated files
22 lines
422 B
JSON
22 lines
422 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|