fix: revision styles for workflow (#4087)

This commit is contained in:
Whitewater
2024-05-30 19:10:14 +08:00
committed by GitHub
parent 93d3350c8c
commit 4308a79e89
5 changed files with 10 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
"prettier.enable": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.format.enable": true,
"[python]": {