This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
feat: working hotlist with some cleanup #1359
Annotations
5 errors and 11 warnings
🔍 lint code:
src/components/PrimaryNav.tsx#L29
Unexpected line break after this opening brace
|
🔍 lint code:
src/components/PrimaryNav.tsx#L31
Unexpected line break before this closing brace
|
🔍 lint code:
src/lib/github.ts#L16
Unsafe assignment of an `any` value
|
🔍 lint code:
src/lib/github.ts#L19
Unsafe return of an `any[]` typed value
|
🔍 lint code
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🔍 lint code:
src/components/HotRepoCard.tsx#L30
Missing trailing comma
|
🔍 lint code:
src/components/HotRepoCard.tsx#L43
Prop `count` must be placed on a new line
|
🔍 lint code:
src/components/HotRepoCard.tsx#L55
Prop `className` must be placed on a new line
|
🔍 lint code:
src/components/HotRepoCard.tsx#L57
`{owner}` must be placed on a new line
|
🔍 lint code:
src/components/HotRepoCard.tsx#L71
`{description}` must be placed on a new line
|
🔍 lint code:
src/components/HotRepoCard.tsx#L77
Prop `size` must be placed on a new line
|
🔍 lint code:
src/components/HotRepoCard.tsx#L79
`{humanizeNumber(issues)}` must be placed on a new line
|
🔍 lint code:
src/components/HotRepoCard.tsx#L83
Prop `size` must be placed on a new line
|
🔍 lint code:
src/components/HotRepoCard.tsx#L85
`{humanizeNumber(stars)}` must be placed on a new line
|
🔍 lint code:
src/components/HotRepoCard.tsx#L89
Prop `size` must be placed on a new line
|
Loading