feat: add check in capability for non hackers (#357) #654
GitHub Actions / eslint
failed
Jan 26, 2024 in 1s
reviewdog [eslint] report
reported by reviewdog 🐶
Findings (1)
apps/site/src/app/(main)/resources/page.tsx|29 col 57| 'i' is defined but never used.
Filtered Findings (0)
Annotations
Check warning on line 29 in apps/site/src/app/(main)/resources/page.tsx
github-actions / eslint
[eslint] apps/site/src/app/(main)/resources/page.tsx#L29 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)
'i' is defined but never used.
Raw output
{"ruleId":"@typescript-eslint/no-unused-vars","severity":1,"message":"'i' is defined but never used.","line":29,"column":57,"nodeType":"Identifier","messageId":"unusedVar","endLine":29,"endColumn":58}
Loading