-
Notifications
You must be signed in to change notification settings - Fork 57
Visual Studio Code
Isabelle Chanclou edited this page Jan 28, 2022
·
3 revisions
-
Stylelint - Official Stylelint extension for Visual Studio Code (https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint) to see live in your code files the lint rules that are not respected.
Settings to do in Visual Studio Code:
- go to
Settings/Workspace - in
Stylelint: Validatesection, click on the buttonAdd an itemand addscssto the list of the languages that should be validated by Stylelint
- go to
-
Code Spell Checker - Street Side Software (https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) to see live in your code files the docs-spellcheck rules that are not respected.