Skip to content

Commit 1ccdddc

Browse files
authored
Make eslint-compact matcher compatible with Stylelint (#98)
1 parent cdca736 commit 1ccdddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/eslint-compact.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"owner": "eslint-compact",
55
"pattern": [
66
{
7-
"regexp": "^(.+):\\sline\\s(\\d+),\\scol\\s(\\d+),\\s(Error|Warning|Info)\\s-\\s(.+)\\s\\((.+)\\)$",
7+
"regexp": "^(.+):\\sline\\s(\\d+),\\scol\\s(\\d+),\\s([Ee]rror|[Ww]arning|[Ii]nfo)\\s-\\s(.+)\\s\\((.+)\\)$",
88
"file": 1,
99
"line": 2,
1010
"column": 3,

0 commit comments

Comments
 (0)