mirror of
https://github.com/lingble/twenty.git
synced 2025-10-29 20:02:29 +00:00
Fix duplicate imports by VSCode (#4959)
Fixes #3819 This was annoying. It was caused by a duplicate rule in VS Code config.
This commit is contained in:
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -39,12 +39,6 @@
|
||||
"twentyhq"
|
||||
],
|
||||
"typescript.preferences.importModuleSpecifier": "non-relative",
|
||||
"[javascript][typescript][typescriptreact]": {
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": "explicit",
|
||||
"source.addMissingImports": "always"
|
||||
}
|
||||
},
|
||||
"search.exclude": {
|
||||
"**/.yarn": true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user