1
0
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:
2023-02-28 20:50:12 +08:00
parent 2212a48426
commit 2626938bc7
6 changed files with 1507 additions and 14 deletions

View File

@ -1,3 +1,6 @@
{
"cSpell.enabled": false
}
{
"cSpell.enabled": false,
"stylelint.enable": true,
"stylelint.configFile": ".stylelintrc",
"workbench.colorCustomizations": {}
}