Add support for indented eslint output

This commit is contained in:
fregante
2025-03-09 12:54:01 +08:00
committed by GitHub
parent 802632921f
commit fc883cafa0

View File

@@ -4,7 +4,7 @@
"owner": "eslint-stylish", "owner": "eslint-stylish",
"pattern": [ "pattern": [
{ {
"regexp": "^([^\\s].*)$", "regexp": "^\\s*([^\\s].*)$",
"file": 1 "file": 1
}, },
{ {