Prettier-vscode: prettier-stylelint or stylelint-prettier?

Created on 1 Sep 2019  路  2Comments  路  Source: prettier/prettier-vscode

I see in README and package.json it uses prettier-stylelint but this project isn't under prettier organization and it isn't updated for a long time.

Here is a stylelint-prettier under organization prettier and it is more up-to-date. Some people suggest to use stylelint-prettier instead of prettier-stylelint. I am confused...

locked

Most helpful comment

stylelint-prettier is the one to use and to make it work you need "prettier.stylelintIntegration": true, in vscode settings. Even though it was depreciated by prettier it's still required to format code on save using stylelint configuration.

All 2 comments

stylelint-prettier is the one to use and to make it work you need "prettier.stylelintIntegration": true, in vscode settings. Even though it was depreciated by prettier it's still required to format code on save using stylelint configuration.

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings