vscode: remove unused imports

This commit is contained in:
vchikalkin 2023-02-13 13:01:12 +03:00
parent f8c51d2e4c
commit 2fb342449d

View File

@ -14,7 +14,8 @@
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.eslint": true
"source.fixAll.eslint": true,
"source.removeUnusedImports": true
},
"workbench.editor.labelFormat": "short",
"eslint.workingDirectories": [{ "directory": "apps/web", "changeProcessCWD": true }],