chore: init

This commit is contained in:
changjun
2023-05-03 02:10:44 +08:00
commit 15178686e4
11 changed files with 1263 additions and 0 deletions

5
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"recommendations": [
"stylelint.vscode-stylelint"
]
}

9
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"css.validate": false,
"stylelint.validate": ["css"],
"[css]": {
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": true
}
}
}