Skip to content

chore: configure biome linter #713

chore: configure biome linter

chore: configure biome linter #713

Re-run triggered November 7, 2024 11:27
Status Success
Total duration 54s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 10 notices
lint/style/noInferrableTypes: packages/utils/src/index.ts#L12
This type annotation is trivially inferred from its initialization.
lint/style/noUnusedTemplateLiteral: .changeset/aggregate.mjs#L50
Do not use template literals if interpolation and special-character handling are not needed.
lint/style/useSelfClosingElements: examples/app-pages-router/app/albums/@modal/(.)[album]/[song]/page.tsx#L19
JSX elements without children should be marked as self-closing. In JSX, it is valid for any element to be self-closing.
lint/style/useSelfClosingElements: examples/app-pages-router/app/albums/[album]/[song]/page.tsx#L17
JSX elements without children should be marked as self-closing. In JSX, it is valid for any element to be self-closing.
lint/a11y/useIframeTitle: examples/app-pages-router/app/albums/[album]/[song]/page.tsx#L17
Provide a title attribute when using iframe elements.
lint/correctness/useJsxKeyInIterable: examples/app-pages-router/app/albums/page.tsx#L9
Missing key property for this element in iterable.
lint/a11y/useButtonType: examples/app-pages-router/app/api/page.tsx#L32
Provide an explicit type prop for the button element.
lint/a11y/useButtonType: examples/app-pages-router/app/api/page.tsx#L35
Provide an explicit type prop for the button element.
lint/a11y/useButtonType: examples/app-pages-router/app/server-actions/client.tsx#L24
Provide an explicit type prop for the button element.
lint/style/noUselessElse: examples/app-pages-router/middleware.ts#L14
This else clause can be omitted because previous branches break early.
lint/suspicious/noExplicitAny: packages/utils/src/logger.ts#L1
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: packages/utils/src/logger.ts#L7
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: packages/utils/src/logger.ts#L11
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: packages/tests-unit/tests/core/routing/util.test.ts#L29
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: packages/tests-unit/tests/core/routing/util.test.ts#L435
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: examples/app-router/app/sse/page.tsx#L6
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: packages/open-next/src/adapters/logger.ts#L7
Unexpected any. Specify a different type.