I 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
They're built into the extension so you don't need to install them.
Thank you for your reply.
But I found it didn't work in css file, and I got a notice:
No configuration provided for dd:\Project\HClientNew\css\Site.css::\Project\HClientNew\css\Site.css
I don't know what to do.
Maybe you _must_ have to provide a stylelintrc file.
/cc @hugomrdias
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 ?
See documentation on linting integration: https://github.com/prettier/prettier-vscode#vs-code-eslint-and-tslint-integration
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.