docs: update organizeImports
config for VS Code (#202)
This commit is contained in:
parent
bbed70b969
commit
6cf4794985
@ -50,7 +50,8 @@ Install [VS Code ESLint extension](https://marketplace.visualstudio.com/items?it
|
|||||||
"prettier.enable": false,
|
"prettier.enable": false,
|
||||||
"editor.formatOnSave": false,
|
"editor.formatOnSave": false,
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.fixAll.eslint": true
|
"source.fixAll.eslint": true,
|
||||||
|
"source.organizeImports": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user