unused import + biome settings
This commit is contained in:
Vendored
+4
-3
@@ -2,12 +2,13 @@
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"biome.configPath": "./biome.jsonc",
|
||||
"editor.defaultFormatter": "biomejs.biome",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnSave": false,
|
||||
"editor.formatOnPaste": true,
|
||||
"emmet.showExpandedAbbreviation": "never",
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.biome": "explicit",
|
||||
"source.organizeImports.biome": "explicit",
|
||||
"source.fixAll.biome": "always",
|
||||
"quickfix.biome": "always",
|
||||
"source.organizeImports.biome": "always",
|
||||
"source.organizeImports": "never"
|
||||
},
|
||||
"[typescript]": {
|
||||
|
||||
Reference in New Issue
Block a user