mirror of
https://github.com/gotoeasy/glogcenter.git
synced 2025-09-15 12:58:34 +08:00
14 lines
439 B
JSON
14 lines
439 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.tabSize": 2,
|
|
"editor.formatOnType": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit",
|
|
"source.fixAll.eslint": "explicit",
|
|
"source.fixAll.stylelint": "explicit"
|
|
},
|
|
"eslint.validate": ["javascript", "javascriptvue", "vue"],
|
|
"stylelint.validate": ["css", "less", "postcss", "scss", "vue", "sass", "html"]
|
|
}
|