feat(desktop): add procedural music visualizer #198
lint-desktop.yml
on: push
Lint and Format Check
31s
Annotations
6 warnings
|
Lint and Format Check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
unicorn(no-useless-fallback-in-spread):
apps/desktop/src/ui/spotifyClient.ts#L97
Empty fallbacks in spreads are unnecessary
|
|
unicorn(no-useless-fallback-in-spread):
apps/desktop/src/ui/spotifyClient.ts#L85
Empty fallbacks in spreads are unnecessary
|
|
typescript(triple-slash-reference):
apps/docs/src/env.d.ts#L1
Do not use a triple slash reference for ../.astro/types.d.ts, use `import` style instead.
|
|
unicorn(no-useless-fallback-in-spread):
apps/desktop/src/providers/youtube/client.ts#L68
Empty fallbacks in spreads are unnecessary
|
|
unicorn(no-useless-fallback-in-spread):
apps/desktop/src/providers/youtube/client.ts#L56
Empty fallbacks in spreads are unnecessary
|