Add support for indented eslint output (#1245)

releases/v4
fregante 6 months ago committed by GitHub
parent 1ccdddc9b8
commit 40337cb8f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save