Skip to content

Commit

Permalink
Fix duplicate imports by VSCode (#4959)
Browse files Browse the repository at this point in the history
Fixes  #3819
This was annoying. 
It was caused by a duplicate rule in VS Code config.
  • Loading branch information
FelixMalfait authored Apr 14, 2024
1 parent efcb5dc commit f82b1ff
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit f82b1ff

Please sign in to comment.