mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
62 lines
1013 B
JSON
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": " (){}',\"`─‘’“”|"
|
|
}
|