Skip to content

Login and logout UI #48

Login and logout UI

Login and logout UI #48

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / ESLint succeeded Jan 2, 2024 in 1s

reviewdog [ESLint] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (5)

src/components/Header/ThemeSelector/ThemeSelector.tsx|13 col 6| React Hook useEffect has a missing dependency: 'setTheme'. Either include it or remove the dependency array.
src/prisma.ts|8 col 7| 'prisma' is defined but never used.
src/services/notifyService.ts|4 col 18| 'post' is defined but never used. Allowed unused args must match /^_/u.
src/services/notifyService.ts|15 col 7| 'DiscordWebhookNotifier' is defined but never used.
src/services/notifyService.ts|48 col 7| 'SlackWebhookNotifier' is defined but never used.