Files
electron/.github/problem-matchers/markdownlint.json
2026-02-11 13:17:29 +01:00

17 lines
260 B
JSON

{
"problemMatcher": [
{
"owner": "markdownlint",
"pattern": [
{
"regexp": "^(.+):(\\d+):(\\d+)\\s+(.*)$",
"file": 1,
"line": 2,
"column": 3,
"message": 4
}
]
}
]
}