Skip to content

Commit

Permalink
chore(vscode): add custom words to cSpell dictionary and set default …
Browse files Browse the repository at this point in the history
…TypeScript formatter
  • Loading branch information
AlbinoGeek committed Dec 14, 2023
1 parent 8d6ea9e commit fb74812
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,29 @@
"typescriptreact",
],
"cSpell.words": [
"Thunderstore"
"AEIOU",
"anormaltwig",
"Bibendi",
"Drakorle",
"egeadam",
"Evaisa",
"Hexnet",
"keybind",
"Lategame",
"lightswitch",
"malco",
"notnotnotswipez",
"Pople",
"quackandcheese",
"regen",
"Sligili",
"taffyko",
"teleporter",
"Thunderstore",
"tinyhoot",
"walkie"
],
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
}

0 comments on commit fb74812

Please sign in to comment.