You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: resolve all Biome lint warnings, zero-check clean
- Replace explicit any with proper types (unknown, specific interfaces)
- Add AstroComponentFactory import for SidebarColumn
- Make Swup.navigate required in global type declaration
- Simplify getPostUrl overloads with biome-ignore for polymorphic case
- Fix permalink type (string | undefined -> string | null)
- Biome check: 0 errors, 0 warnings, 0 infos
- Astro check: 0 errors, 0 warnings
0 commit comments