Skip to content

Instantly share code, notes, and snippets.

View stopdaydreaming's full-sized avatar
:octocat:
Focusing

Lisa Copeland stopdaydreaming

:octocat:
Focusing
View GitHub Profile
@stopdaydreaming
stopdaydreaming / setup_stylelint_vscode_autosave.md
Last active June 8, 2021 13:44
Setup VSCode to automatically fix StyleLint issues

Edit your settings in settings. json

Open the Command Palette with CMD/CTRL + SHIFT + P .

From the Command Palette, The Open Settings (JSON) command will let you directly edit the settings JSON file.

Add this VS Code config in settings.json:

"css.validate": false,
"less.validate": false,