Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-22 03:49:19 +08:00

fix: 无法自动格式化代码(issues/192)

https://github.com/un-pany/v3-admin-vite/issues/192
This commit is contained in:
Juck Zhang 2024-07-11 17:55:40 +08:00 committed by GitHub
parent 7e9eaab9da
commit 6744e4cf64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
{
"prettier.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},