-
Notifications
You must be signed in to change notification settings - Fork 54
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: Validate
section, click on the buttonAdd an item
and addscss
to 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.