prettier-stylelint icon indicating copy to clipboard operation
prettier-stylelint copied to clipboard

change parser from "postcss" to "css"

Open moszeed opened this issue 5 years ago • 2 comments

switching to css parser to get remove the deprecation message

{ "parser": "postcss" }` is deprecated. Prettier now treats it as `{ "parser": "css" }

moszeed avatar Sep 07 '18 10:09 moszeed

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

isellsoap avatar Dec 13 '18 10:12 isellsoap

@moszeed Is it possible to merge this?

daniel-winter avatar Jan 08 '19 10:01 daniel-winter