mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
* Quetzal setup stuff * Custom translation function * CI * Update stuff * Revert components * Various fixes * Hook * New IDs * Add auto-gen info header * Fix CI * Fix CI * Update translations * Update script * More fixes * Overrides * fixed quetzal * added more translations * added more translation * updated translation * added i18n docs * updated pnpm lock * fixed build --------- Co-authored-by: Zai Shi <zaishi00@outlook.com>
66 lines
1.1 KiB
JSON
66 lines
1.1 KiB
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",
|
|
"lucide",
|
|
"Luma",
|
|
"midfix",
|
|
"Millis",
|
|
"mjsx",
|
|
"mtsx",
|
|
"nextjs",
|
|
"Nicifiable",
|
|
"nicification",
|
|
"nicified",
|
|
"nicify",
|
|
"oidc",
|
|
"openapi",
|
|
"opentelemetry",
|
|
"otel",
|
|
"otlp",
|
|
"pageleave",
|
|
"pageview",
|
|
"posthog",
|
|
"Proxied",
|
|
"psql",
|
|
"qrcode",
|
|
"quetzallabs",
|
|
"reqs",
|
|
"stackframe",
|
|
"supabase",
|
|
"Svix",
|
|
"tailwindcss",
|
|
"totp",
|
|
"tsup",
|
|
"typecheck",
|
|
"typehack",
|
|
"Uncapitalize",
|
|
"upsert",
|
|
"Whitespaces",
|
|
"wolfgunblood"
|
|
],
|
|
"[typescript]": {
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
}
|
|
},
|
|
"terminal.integrated.wordSeparators": " (){}',\"`─‘’“”|"
|
|
}
|