Skip to content

chore: migrate to oxlint #613

chore: migrate to oxlint

chore: migrate to oxlint #613

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

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
eslint(no-await-in-loop): src/lib/themes.ts#L49
Unexpected `await` inside a loop.
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.
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-plugin-unicorn(require-module-specifiers): src/app.d.ts#L25
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-shadow): src/lib/components/ui/ColorPicker.svelte#L56
'hsv' is already declared in the upper scope.