Remove organize imports

This commit is contained in:
jeffvli 2022-12-28 01:58:40 -08:00
parent 3c39bdaa29
commit 0edba7e222

View file

@ -12,7 +12,6 @@
"typescript.tsserver.experimental.enableProjectDiagnostics": true, "typescript.tsserver.experimental.enableProjectDiagnostics": true,
"editor.tabSize": 2, "editor.tabSize": 2,
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll.eslint": true, "source.fixAll.eslint": true,
"source.fixAll.stylelint": false "source.fixAll.stylelint": false
}, },