Skip to content

Add filtering by text/role/status, sorting, pagination, collection pr… #687

Add filtering by text/role/status, sorting, pagination, collection pr…

Add filtering by text/role/status, sorting, pagination, collection pr… #687

GitHub Actions / eslint failed Jan 27, 2024 in 0s

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

See this annotation in the file changed.

@github-actions 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}