From 30775330840b9799d353301ee15074a07e50ee8a Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Sat, 28 Dec 2019 00:03:00 +0100 Subject: [PATCH] Make eslint-compact matcher compatible with Stylelint --- .github/eslint-compact.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/eslint-compact.json b/.github/eslint-compact.json index 72173f0c..d577d498 100644 --- a/.github/eslint-compact.json +++ b/.github/eslint-compact.json @@ -4,7 +4,7 @@ "owner": "eslint-compact", "pattern": [ { - "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\\((.+)\\)$", "file": 1, "line": 2, "column": 3,