ruoyi-plus-vben5/apps/web-antd/.vscode/settings.json
2024-08-07 08:57:56 +08:00

10 lines
231 B
JSON

{
"editor.tabSize": 2,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.fixAll.stylelint": "explicit"
}
}