Merge branch '3.1' into 5.2
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / .github / javascript-syntax.json
1 {
2 "problemMatcher": [
3 {
4 "owner": "node -c",
5 "pattern": [
6 {
7 "regexp": "^(./\\S+):(\\d+) - (.*)$",
8 "file": 1,
9 "line": 2,
10 "message": 3
11 }
12 ]
13 }
14 ]
15 }