Add some spell checks

This commit is contained in:
Stan Wohlwend 2024-07-14 10:55:02 -07:00
parent eaa0930617
commit 0381cc844d

View File

@ -7,11 +7,13 @@
"typescript.tsdk": "node_modules/typescript/lib",
"editor.tabSize": 2,
"cSpell.words": [
"codegen",
"Crudl",
"deindent",
"Falsey",
"frontends",
"hookform",
"hostable",
"INBUCKET",
"Millis",
"nextjs",
@ -21,7 +23,8 @@
"Proxied",
"stackframe",
"typehack",
"Uncapitalize"
"Uncapitalize",
"wolfgunblood"
],
"[typescript]": {
"editor.codeActionsOnSave": {