stack/.vscode/settings.json
Konsti Wohlwend cec718f542
Identity Provider/External OAuth (#323)
Co-authored-by: moritz <moritsch@student.ethz.ch>
2024-11-30 23:27:55 -08:00

83 lines
1.3 KiB
JSON

{
"eslint.workingDirectories": [
{
"mode": "auto"
}
],
"typescript.tsdk": "node_modules/typescript/lib",
"editor.tabSize": 2,
"cSpell.words": [
"Cdfc",
"cjsx",
"clsx",
"cmdk",
"codegen",
"Crudl",
"ctsx",
"deindent",
"Falsey",
"frontends",
"geoip",
"hookform",
"hostable",
"INBUCKET",
"Jwks",
"JWTs",
"katex",
"lucide",
"Luma",
"midfix",
"Millis",
"mjsx",
"mtsx",
"nextjs",
"Nicifiable",
"nicification",
"nicified",
"nicify",
"oidc",
"openapi",
"opentelemetry",
"otel",
"otlp",
"pageleave",
"pageview",
"pkcco",
"PKCE",
"posthog",
"preconfigured",
"Proxied",
"psql",
"qrcode",
"quetzallabs",
"rehype",
"reqs",
"RPID",
"simplewebauthn",
"spoofable",
"stackframe",
"supabase",
"Svix",
"tailwindcss",
"tanstack",
"totp",
"tsup",
"typecheck",
"typehack",
"Uncapitalize",
"upsert",
"webapi",
"webauthn",
"Whitespaces",
"wolfgunblood",
"zustand"
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.organizeImports": "explicit"
},
"terminal.integrated.wordSeparators": " (){}',\"`─‘’“”|",
"editor.formatOnSave": false,
"prettier.enable": false
}