Add support for indented eslint output (#1245)

This commit is contained in:
fregante
2025-03-25 05:12:02 +08:00
committed by GitHub
parent 1ccdddc9b8
commit 40337cb8f7

View File

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