From 40337cb8f758cccdfe3475af609daa63f81c7e23 Mon Sep 17 00:00:00 2001 From: fregante Date: Tue, 25 Mar 2025 05:12:02 +0800 Subject: [PATCH] Add support for indented eslint output (#1245) --- .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 }, {