Skip to content

Commit

Permalink
wrestle with vscode formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
jthrilly committed Nov 21, 2024
1 parent 90a1639 commit 37ad14f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"typescript.tsdk": "./node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"cSpell.words": [
"netcanvas",
"Tipbox"
],
"cSpell.words": ["netcanvas", "Tipbox"],
"editor.defaultFormatter": "biomejs.biome",
"[typescriptreact]": {
"editor.defaultFormatter": "biomejs.biome"
Expand All @@ -19,4 +16,4 @@
"[json]": {
"editor.defaultFormatter": "biomejs.biome"
}
}
}

0 comments on commit 37ad14f

Please sign in to comment.