We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f81101 + bb01dd7 commit 5bbd7a9Copy full SHA for 5bbd7a9
linter.py
@@ -9,7 +9,7 @@
9
class Stylelint(NodeLinter):
10
11
npm_name = 'stylelint'
12
- cmd = 'stylelint --formatter json --stdin --stdin-filename ${file}'
+ cmd = 'stylelint --formatter json --stdin-filename ${file}'
13
14
line_col_base = (1, 1)
15
0 commit comments