mirror of
https://github.com/kuohuanhuan/x-markdown-css.git
synced 2024-11-25 06:18:19 +00:00
chore(lint): introduce Stylelint to lint SCSS code
This commit is contained in:
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@ -1,3 +1,6 @@
|
||||
{
|
||||
"cSpell.enabled": false
|
||||
}
|
||||
{
|
||||
"cSpell.enabled": false,
|
||||
"stylelint.enable": true,
|
||||
"stylelint.configFile": ".stylelintrc",
|
||||
"workbench.colorCustomizations": {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user