Skip to content

chore: migrate to oxlint #617

chore: migrate to oxlint

chore: migrate to oxlint #617

Triggered via pull request March 19, 2026 00:39
Status Success
Total duration 38s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint(no-shadow): src/lib/components/chat/Input.svelte#L49
'input' is already declared in the upper scope.
oxc(no-map-spread): src/lib/components/chat/Restrictions.svelte#L21
Spreading to modify object properties in `map` calls is inefficient
eslint-plugin-unicorn(require-module-specifiers): src/app.d.ts#L24
Empty export specifier is not allowed
eslint(no-await-in-loop): src/lib/components/Channel.svelte#L26
Unexpected `await` inside a loop.
eslint(no-shadow): src/lib/components/Timestamp.svelte#L12
'format' is already declared in the upper scope.
eslint(no-await-in-loop): src/lib/themes.ts#L56
Unexpected `await` inside a loop.
eslint(no-await-in-loop): src/lib/themes.ts#L51
Unexpected `await` inside a loop.
eslint(no-await-in-loop): src/lib/themes.ts#L49
Unexpected `await` inside a loop.
eslint(no-shadow): src/lib/components/ui/ColorPicker.svelte#L56
'hsv' is already declared in the upper scope.
eslint(no-new): src/routes/settings/SidebarActions.svelte#L23
Do not use 'new' for side effects.