From 1ccdddc9b8a87c2e16da2b1a0641137dc86b498b Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Mon, 24 Mar 2025 18:48:16 +0100 Subject: [PATCH] Make eslint-compact matcher compatible with Stylelint (#98) --- .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,