Skip to content

Commit 5bbd7a9

Browse files
authored
Merge pull request #6 from SublimeLinter/superfluous-stdin-flag
remove superfluous --stdin flag
2 parents 6f81101 + bb01dd7 commit 5bbd7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class Stylelint(NodeLinter):
1010

1111
npm_name = 'stylelint'
12-
cmd = 'stylelint --formatter json --stdin --stdin-filename ${file}'
12+
cmd = 'stylelint --formatter json --stdin-filename ${file}'
1313

1414
line_col_base = (1, 1)
1515

0 commit comments

Comments
 (0)