docs: update organizeImports config for VS Code (#202)

This commit is contained in:
Mert 2023-06-18 12:42:25 +02:00 committed by GitHub
parent bbed70b969
commit 6cf4794985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,8 @@ Install [VS Code ESLint extension](https://marketplace.visualstudio.com/items?it
"prettier.enable": false,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": true,
"source.organizeImports": false
}
}
```