feat(ui): add ⌘+K command palette for quick nav and actions #7557
Annotations
2 errors and 3 warnings
|
🤖 Autofix code
Process completed with exit code 1.
|
|
eslint(no-unused-vars):
test/nuxt/a11y.spec.ts#L507
Variable 'component' is declared but never used. Unused variables should start with a '_'.
|
|
eslint-plugin-unicorn(consistent-function-scoping):
server/utils/readme.ts#L461
Function `extractHeadingAttrs` does not capture any variables from its parent scope
|
|
oxc(no-map-spread):
app/composables/useCommandPaletteCommands.ts#L150
Spreading to modify object properties in `map` calls is inefficient
|
|
eslint-plugin-unicorn(consistent-function-scoping):
test/unit/app/utils/versions.spec.ts#L429
Function `row` does not capture any variables from its parent scope
|