1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-03-31 14:20:59 +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",
"pattern": [
{
"regexp": "^([^\\s].*)$",
"regexp": "^\\s*([^\\s].*)$",
"file": 1
},
{