From fc883cafa0541fd3dd6b22c65ec3141b4f95f543 Mon Sep 17 00:00:00 2001 From: fregante Date: Sun, 9 Mar 2025 12:54:01 +0800 Subject: [PATCH] Add support for indented eslint output --- .github/eslint-stylish.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/eslint-stylish.json b/.github/eslint-stylish.json index 1d75d6c3..db9655b6 100644 --- a/.github/eslint-stylish.json +++ b/.github/eslint-stylish.json @@ -4,7 +4,7 @@ "owner": "eslint-stylish", "pattern": [ { - "regexp": "^([^\\s].*)$", + "regexp": "^\\s*([^\\s].*)$", "file": 1 }, {