stack/.vscode/settings.json
Konstantin Wohlwend 128cfc9cc1 JWKS file
2024-09-06 16:25:26 -07:00

55 lines
918 B
JSON

{
"eslint.workingDirectories": [
{
"mode": "auto"
}
],
"typescript.tsdk": "node_modules/typescript/lib",
"editor.tabSize": 2,
"cSpell.words": [
"cjsx",
"codegen",
"Crudl",
"ctsx",
"deindent",
"Falsey",
"frontends",
"hookform",
"hostable",
"INBUCKET",
"Jwks",
"midfix",
"Millis",
"mjsx",
"mtsx",
"nextjs",
"Nicifiable",
"nicification",
"nicified",
"nicify",
"oidc",
"openapi",
"pageleave",
"pageview",
"posthog",
"Proxied",
"qrcode",
"reqs",
"stackframe",
"supabase",
"Svix",
"totp",
"typecheck",
"typehack",
"Uncapitalize",
"Whitespaces",
"wolfgunblood"
],
"[typescript]": {
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
},
"terminal.integrated.wordSeparators": " (){}',\"`─‘’“”|"
}