chore(vscode): fix eslint

This commit is contained in:
seepine
2024-03-22 16:04:40 +08:00
parent 826fb2bfd9
commit cfeb1f9e74

View File

@@ -1,7 +1,7 @@
{ {
// 保存时执行eslint // 保存时执行eslint
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.fixAll.eslint": true "source.fixAll.eslint": "explicit"
}, },
// 从不展示扩展缩写 // 从不展示扩展缩写
"emmet.showExpandedAbbreviation": "never", "emmet.showExpandedAbbreviation": "never",