This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
feat: working hotlist with some cleanup #1354
Annotations
10 errors and 11 warnings
🔍 lint code:
src/components/HotRepoCard.tsx#L8
'StackedAvatar' is defined but never used
|
🔍 lint code:
src/components/HotRepoCard.tsx#L10
Expected line before comment
|
🔍 lint code:
src/components/HotRepoCard.tsx#L20
Expected line before comment
|
🔍 lint code:
src/components/PrimaryNav.tsx#L22
'isFormOpen' is assigned a value but never used
|
🔍 lint code:
src/components/PrimaryNav.tsx#L32
Unexpected line break after this opening brace
|
🔍 lint code:
src/components/PrimaryNav.tsx#L34
Unexpected line break before this closing brace
|
🔍 lint code:
src/components/RepoList.tsx#L5
Expected line before comment
|
🔍 lint code:
src/components/RepoList.tsx#L6
'useContributions' is defined but never used
|
🔍 lint code:
src/components/RepoList.tsx#L8
'checkOwnerExists' is defined but never used
|
🔍 lint code:
src/components/RepoList.tsx#L8
Missing space before function parentheses
|
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/App.tsx#L23
Missing trailing comma
|
🔍 lint code:
src/components/Hero.tsx#L60
JSX element should start in a new line
|
🔍 lint code:
src/components/Hero.tsx#L63
JSX element should start in a new line
|
🔍 lint code:
src/components/Hero.tsx#L68
Prop `value` must be placed on a new line
|
🔍 lint code:
src/components/Hero.tsx#L71
Prop `src` must be placed on a new line
|
🔍 lint code:
src/components/Hero.tsx#L81
Unexpected parentheses around single function argument
|
🔍 lint code:
src/components/Hero.tsx#L87
Unexpected newline before '}'
|
🔍 lint code:
src/components/Hero.tsx#L97
Prop `className` must be placed on a new line
|
🔍 lint code:
src/components/Hero.tsx#L108
Unexpected parentheses around single function argument
|
🔍 lint code:
src/components/HotRepoCard.tsx#L33
Missing trailing comma
|
Loading