Chore(doc): Add starlight documentation #406
7 warnings
ESLint found 7 warnings
Annotations
Check warning on line 206 in scripts/supabase-remote-init.mjs
github-actions / ESLint
scripts/supabase-remote-init.mjs#L206
Unused eslint-disable directive (no problems were reported from 'no-undef') (null)
Check warning on line 127 in src/components/admin/autocomplete-input.tsx
github-actions / ESLint
src/components/admin/autocomplete-input.tsx#L127
React Hook useCallback has a missing dependency: 'field'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)
Check warning on line 62 in src/components/admin/theme-provider.tsx
github-actions / ESLint
src/components/admin/theme-provider.tsx#L62
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components (react-refresh/only-export-components)
Check warning on line 46 in src/components/ui/badge.tsx
github-actions / ESLint
src/components/ui/badge.tsx#L46
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components (react-refresh/only-export-components)
Check warning on line 59 in src/components/ui/button.tsx
github-actions / ESLint
src/components/ui/button.tsx#L59
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components (react-refresh/only-export-components)
Check warning on line 167 in src/components/ui/navigation-menu.tsx
github-actions / ESLint
src/components/ui/navigation-menu.tsx#L167
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components (react-refresh/only-export-components)
Check warning on line 724 in src/components/ui/sidebar.tsx
github-actions / ESLint
src/components/ui/sidebar.tsx#L724
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components (react-refresh/only-export-components)