hugomrdias / prettier-stylelint

code > prettier > stylelint > formatted code
MIT License
175 stars 29 forks source link

Result from CLI is not the same as prettier-vscode autosave #22

Open maru3l opened 6 years ago

maru3l commented 6 years ago

I'm getting indentation issue when I'm using prettier-vscode with pettier-stylelint and autosave activated.

When I'm saving my document, all the indentation goes bad. But if I'm running prettier-stylelint --write -q \"**/*.{css,scss}\"', everything goes as they should. The only error I'm getting is'{ "parser": "postcss" }is deprecated. Prettier now treats it as '{ "parser": "css" }'

thanks