aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Data/hololive.ts
Commit message (Collapse)AuthorAgeFilesLines
* style: apply biome autofixes and resolve remaining lint findingsHEADmainFuwn47 hours1-4/+1
| | | | | | | | | | | | | | Auto-fixed cosmetic findings (import ordering, obj["k"]->obj.k, optional chaining, template literals, Date.now, parseInt radix, useless ternaries/ switch cases). Resolved the non-autofixable rest by hand: - Senpy: static-only class -> object literal (no this/static reliance). - app.html: var global shim -> window.global = window (keeps the shim, drops the unused-var flag). - biome-ignore with rationale for the logout document.cookie clear and the holodule scrape non-null assertion. Verified: biome check 0 diagnostics, svelte-check 0/0, 24/24 unit tests.
* chore(cleanup): remove stale eslint directivesFuwn2026-03-011-1/+0
|
* chore(biome): drop formatter style overridesFuwn2026-03-011-117/+129
|
* fix: Resolve all ESLint errors and warningsFuwn2026-01-291-0/+5
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-108/+108
|
* refactor(hololive): move to data moduleFuwn2024-02-081-0/+162