vue3-vant-mobile/.vscode/settings.json

8 lines
133 B
JSON
Raw Normal View History

2022-10-22 12:51:16 +00:00
{
"prettier.enable": false,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}