Open moszeed opened 6 years ago
switching to css parser to get remove the deprecation message
{ "parser": "postcss" }` is deprecated. Prettier now treats it as `{ "parser": "css" }
I created a temporary package to fix this issue: https://www.npmjs.com/package/prettier-stylelint-temp
@moszeed Is it possible to merge this?
switching to css parser to get remove the deprecation message