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,
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll.eslint": true,
"source.fixAll.stylelint": false
},