docs: suggest to disable format on save (#118)

This commit is contained in:
Marvin 2022-10-01 02:45:37 +08:00 committed by GitHub
parent f7a5571259
commit ac3f63086d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,7 @@ Create `.vscode/settings.json`
```json
{
"prettier.enable": false,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}