alby-hub/.vscode/settings.json
René Aaron a6ff88f5ca
feat: support alby (#1059)
* 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>
2025-02-06 16:55:53 +07:00

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"
}
}