Skip to content

Commit

Permalink
chore: register some keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
sushichan044 committed Feb 9, 2025
1 parent 668be3b commit 7bdc527
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"cSpell.words": ["citty", "comlink", "defu", "magicast", "valibot"],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"eslint.workingDirectories": [
{
"mode": "auto"
}
]
],
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit 7bdc527

Please sign in to comment.