Open Flcwl opened 5 years ago
I have try the command with --quiet and will resolve all files in current command directory.
--quiet
prettier-stylelint --write --quiet "src/style.scss" --syntax scss && echo 'Lint scss complete.'
"prettier-stylelint": "^0.4.2", node v8.11.4,
It's OK by the way.
prettier-stylelint --quiet --write "src/style.scss" --syntax scss && echo 'Lint scss complete.'
--write must follow by specified path?
--write
issue
I have try the command with
--quiet
and will resolve all files in current command directory.versions:
"prettier-stylelint": "^0.4.2", node v8.11.4,