Skip to content

chore: migrate to oxlint #616

chore: migrate to oxlint

chore: migrate to oxlint #616

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

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.
oxc(no-map-spread): src/lib/components/chat/Restrictions.svelte#L21
Spreading to modify object properties in `map` calls is inefficient
eslint(no-shadow): src/lib/components/chat/Input.svelte#L49
'input' is already declared in the upper scope.
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/models/current-user.svelte.ts#L49
Unexpected `await` inside a loop.
eslint(no-shadow): src/lib/models/chat.svelte.ts#L204
'settings' is already declared in the upper scope.
eslint(no-shadow): src/lib/models/chat.svelte.ts#L133
'commands' is already declared in the upper scope.
eslint-plugin-unicorn(require-module-specifiers): src/app.d.ts#L25
Empty export specifier is not allowed