glogcenter/glc/www/web/.vscode/settings.json
2024-04-07 20:08:05 +08:00

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"]
}