Posts about...

#Vscode

Articles for the selected category.

Vue and Stylelint logos
Integrate stylelint in Vue project
Stylelint is to CSS the equivalent to ESLint to Javascript. Until today, I was using CSS validation integrated in VSCode, but if we want to go further preventing errors or getting a better style consistency, a linter to CSS is the best option. →