Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

moszeed
Copy link

@moszeed moszeed commented Sep 7, 2018

switching to css parser to get remove the deprecation message

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

removing depreaction message
```
{ "parser": "postcss" }` is deprecated. Prettier now treats it as `{ "parser": "css" }
```
@isellsoap
Copy link

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

@daniel-winter
Copy link

@moszeed Is it possible to merge this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants