stack/.vscode/settings.json
2024-09-11 22:45:20 +02:00

62 lines
1013 B
JSON

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