1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-06-17 20:39:00 +08:00

build: update settings.json

This commit is contained in:
zclzone 2023-12-08 20:48:26 +08:00
parent bdca8af282
commit 4fc15eff0a

View File

@ -16,7 +16,7 @@
"editor.defaultFormatter": "yzhang.markdown-all-in-one" "editor.defaultFormatter": "yzhang.markdown-all-in-one"
}, },
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.fixAll.eslint": true "source.fixAll.eslint": "explicit"
}, },
"eslint.validate": ["javascript", "typescript", "javascriptreact", "typescriptreact", "vue"] "eslint.validate": ["javascript", "typescript", "javascriptreact", "typescriptreact", "vue"]
} }