Merge pull request #222 from Hexastack/221-issue-ide-automate-removing-unused-imports-onsave

fix: automate removing unused imports
This commit is contained in:
Med Marrouchi 2024-10-16 08:42:02 +01:00 committed by GitHub
commit 06f481c8a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
"source.fixAll.eslint": "explicit",
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,