Repo created
This commit is contained in:
parent
f3a6b3a320
commit
f954c78789
614 changed files with 135712 additions and 2 deletions
34
.vscode/settings.json
vendored
Normal file
34
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"stylelint.packageManager": "yarn",
|
||||
"stylelint.snippet": [
|
||||
"css",
|
||||
"less",
|
||||
"postcss",
|
||||
"sass",
|
||||
"scss"
|
||||
],
|
||||
"stylelint.validate": [
|
||||
"css",
|
||||
"less",
|
||||
"postcss",
|
||||
"scss"
|
||||
],
|
||||
"eslint.packageManager": "yarn",
|
||||
"eslint.probe": [
|
||||
"javascript",
|
||||
"vue",
|
||||
"json",
|
||||
"jsonc",
|
||||
"yml",
|
||||
"yaml"
|
||||
],
|
||||
"eslint.validate": [
|
||||
"javascript",
|
||||
"vue",
|
||||
"json",
|
||||
"jsonc",
|
||||
"yml",
|
||||
"yaml"
|
||||
],
|
||||
"javascript.preferences.importModuleSpecifier": "relative"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue