chore(deps): adapt to updated dependencies

unicorn 73 renamed `prevent-abbreviations` to `name-replacements` and added
five rules, `iteration-fallback-style` among them. vue-scoped-css 3.1.3 now
exports ESLint-compatible rule config types, making the cast obsolete. The
exhaustive rule lists are re-synced with eslint-config-silverwind.

Assisted-by: Claude Code:claude-opus-5
This commit is contained in:
silverwind
2026-08-10 10:46:47 +02:00
parent 44579ab930
commit 7bfe91f9f6
4 changed files with 65 additions and 14 deletions
+1 -1
View File
@@ -1,10 +1,10 @@
import {
serverUserEventTypes,
type SharedWorkerControlMessage,
type UserEventMessage,
type WorkerEventMessage,
type WorkerInboundMessage,
} from './types.ts';
import type {UserEventMessage} from './types.ts';
// chrome://inspect/#workers
let showDebugLog = false;