I have Prettier and Stylelint installed precisely by official documentation.
The only thing I have changed is autofixing errors by Stylelint (json file)
So the current situation is :
- Prettier formats my code on save
- Stylelint displays errors
- Stylelint autofixes its errors on save as well
The problem is : I keep getting annoying notifications by VS Code (at the bottom right corner) despite everything works OK
- Extension 'Prettier - Code formatter' is configured as formatter but it cannot format 'HTML'-files
- Extension 'Prettier - Code formatter' is configured as formatter but it cannot format 'CSS'-files
P.S - Default formatter is set to Prettier