mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
* feat: draft page * fix: sidebar card content font size * fix: onboarding item * fix: copy * fix: spacing * fix: hub lightning address * fix: exclude radix-ui imports * feat: progress on alby support page * fix: update copy, preset amounts * fix: replace success screen with toast for now * fix: extract constants, address review feedback * fix: use constant * chore: minor spacing improvements * fix: add required on support alby amount field --------- Co-authored-by: Roland Bewick <roland.bewick@gmail.com>
12 lines
364 B
JSON
12 lines
364 B
JSON
{
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"[go]": {
|
|
"editor.defaultFormatter": "golang.go"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"typescript.preferences.importModuleSpecifier": "non-relative",
|
|
"typescript.preferences.autoImportFileExcludePatterns": ["@radix-ui"],
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "always"
|
|
}
|
|
}
|