1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-04-03 07:40:58 +00:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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