mirror of
https://github.com/electron/electron.git
synced 2026-02-19 03:14:51 -05:00
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
17 lines
260 B
JSON
17 lines
260 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "markdownlint",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(.+):(\\d+):(\\d+)\\s+(.*)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"column": 3,
|
|
"message": 4
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|