chore: Revert "chore(vscode): organize imports on save" (#27421)

This commit is contained in:
Rhys Arkins 2024-02-19 17:16:06 +01:00 committed by GitHub
parent c90b22b576
commit af08691f53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,6 @@
"npm.packageManager": "pnpm", "npm.packageManager": "pnpm",
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.fixAll.eslint": "explicit" "source.fixAll.eslint": "explicit"
} }
} }