Skip to content

Commit 40337cb

Browse files
authored
Add support for indented eslint output (#1245)
1 parent 1ccdddc commit 40337cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/eslint-stylish.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"owner": "eslint-stylish",
55
"pattern": [
66
{
7-
"regexp": "^([^\\s].*)$",
7+
"regexp": "^\\s*([^\\s].*)$",
88
"file": 1
99
},
1010
{

0 commit comments

Comments
 (0)