fix: resolve multiple UI, UX, and a11y issues #7286
Annotations
2 errors and 3 warnings
|
🤖 Autofix code
Process completed with exit code 1.
|
|
eslint(no-unused-vars):
server/api/registry/dependents/[...pkg].get.ts#L1
Identifier 'NPM_REGISTRY' is imported but never used.
|
|
eslint-plugin-unicorn(consistent-function-scoping):
app/pages/package/[[org]]/[name].vue#L330
Function `normalize` does not capture any variables from its parent scope
|
|
eslint-plugin-unicorn(consistent-function-scoping):
server/utils/readme.ts#L465
Function `extractHeadingAttrs` does not capture any variables from its parent scope
|
|
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
|