import: 导入三篇 CSDN 博客文章 #67
Annotations
3 warnings and 4 notices
|
quality
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, biomejs/setup-biome@f382a98e582959e6aaac8e5f8b17b31749018780. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint/complexity/useOptionalChain:
src/plugins/rehype-component-github-card.mjs#L18
Change to an optional chain.
|
|
lint/suspicious/noTsIgnore:
src/plugins/expressive-code/language-badge.ts#L9
Unsafe use of the @ts-ignore directive found in this comment.
|
|
lint/correctness/useParseIntRadix:
src/utils/setting-utils.ts#L18
Missing radix parameter
|
|
lint/correctness/useParseIntRadix:
src/utils/setting-utils.ts#L13
Missing radix parameter
|
|
lint/correctness/useParseIntRadix:
src/components/ArchivePanel.svelte#L79
Missing radix parameter
|
|
lint/correctness/useParseIntRadix:
src/components/ArchivePanel.svelte#L78
Missing radix parameter
|