Two small housekeeping items to address together:
-
Add Biome — the project has no formatter or linter. Add Biome (single tool for both formatting and linting, Rust-based) with a format npm script and consistent config.
-
Fix index.html CDN — the demo page imports from `https://cdn.skypack.dev/arc@1\` which 404s (v1 not published). Update to a working CDN reference or switch to a local build import.
These are purely cosmetic/developer-experience changes with no impact on library logic.
Two small housekeeping items to address together:
Add Biome — the project has no formatter or linter. Add Biome (single tool for both formatting and linting, Rust-based) with a
formatnpm script and consistent config.Fix index.html CDN — the demo page imports from `https://cdn.skypack.dev/arc@1\` which 404s (v1 not published). Update to a working CDN reference or switch to a local build import.
These are purely cosmetic/developer-experience changes with no impact on library logic.