mirror of
https://github.com/seepine/action-miniprogram-ci.git
synced 2025-01-18 18:56:36 +08:00
chore(vscode): fix eslint
This commit is contained in:
parent
826fb2bfd9
commit
cfeb1f9e74
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
// 保存时执行eslint
|
// 保存时执行eslint
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.fixAll.eslint": true
|
"source.fixAll.eslint": "explicit"
|
||||||
},
|
},
|
||||||
// 从不展示扩展缩写
|
// 从不展示扩展缩写
|
||||||
"emmet.showExpandedAbbreviation": "never",
|
"emmet.showExpandedAbbreviation": "never",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user