Use prettier-eslint And prettier-stylelint
See original GitHub issueI set VSCode:
prettier.eslintIntegration: true
prettier.stylelintIntegration: true
Should I use NPM to install in my project? Or Prettier-VSCode has already include them?
npm install --save-dev prettier-eslint
npm install prettier-stylelint --save-dev
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Integrating with Linters - Prettier
First, we have plugins that let you run Prettier as if it was a linter rule: eslint-plugin-prettier · stylelint-prettier. These plugins were especially...
Read more >How to integrate Prettier with ESLint and stylelint
Install prettier-eslint, which is a tool that formats your JavaScript using Prettier followed by eslint --fix . The --fix is an ESLint feature ......
Read more >Stylelint plugin for Prettier formatting - GitHub
This plugin works best if you disable all other Stylelint rules relating to code formatting, and only enable rules that detect patterns in...
Read more >Using ESLint, Prettier & Stylelint for front-end code - Aiimi
Prettier : Prettier is an 'opinionated code formatter' that supports a wide range of languages and formats them according to a set of...
Read more >Prettier vs Stylelint | What are the differences? - StackShare
while eslint and stylelint are used to notify you about code quality issues, to guide you to write better code, prettier automatically handles...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I can’t configure that too and what is worst i can’t find good instructions 😕 I enable
"prettier.stylelintIntegration": true,in VSCode settings.json but what now?Can anyone help with this? or someone have any step by step guide maybe ?
Maybe you must have to provide a stylelintrc file.
/cc @hugomrdias