更新 'settings.json'

This commit is contained in:
colin 2020-05-18 15:38:36 +08:00
parent 740f14d0b8
commit d5415d6a5c
1 changed files with 2 additions and 0 deletions

View File

@ -110,5 +110,7 @@
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.fixAll.eslint": true "source.fixAll.eslint": true
}, },
"eslint.format.enable": true,
"eslint.validate": ["javascript", "vue", "html"],
} }