hugomrdias / prettier-stylelint

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

change parser from "postcss" to "css" #21

Open moszeed opened 6 years ago

moszeed commented 6 years ago

switching to css parser to get remove the deprecation message

{ "parser": "postcss" }` is deprecated. Prettier now treats it as `{ "parser": "css" }
isellsoap commented 5 years ago

I created a temporary package to fix this issue: https://www.npmjs.com/package/prettier-stylelint-temp

daniel-winter commented 5 years ago

@moszeed Is it possible to merge this?