We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdca736 commit 1ccdddcCopy full SHA for 1ccdddc
.github/eslint-compact.json
@@ -4,7 +4,7 @@
4
"owner": "eslint-compact",
5
"pattern": [
6
{
7
- "regexp": "^(.+):\\sline\\s(\\d+),\\scol\\s(\\d+),\\s(Error|Warning|Info)\\s-\\s(.+)\\s\\((.+)\\)$",
+ "regexp": "^(.+):\\sline\\s(\\d+),\\scol\\s(\\d+),\\s([Ee]rror|[Ww]arning|[Ii]nfo)\\s-\\s(.+)\\s\\((.+)\\)$",
8
"file": 1,
9
"line": 2,
10
"column": 3,
0 commit comments