Skip to content

Commit

Permalink
chore: vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
oott123 committed Mar 22, 2024
1 parent 48263fd commit 929e06d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"typescript.tsdk": "./node_modules/typescript/lib",
"editor.codeActionsOnSave": { "source.fixAll": true },
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"cSpell.words": ["Meili", "meilisearch", "reakit"]
Expand Down

0 comments on commit 929e06d

Please sign in to comment.