-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.eslintignore
More file actions
63 lines (62 loc) · 1.94 KB
/
.eslintignore
File metadata and controls
63 lines (62 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Ignored files due to ESLINT errors
**/*.test.ts
**/*.test.tsx
**/*.test.js
**/*.test.jsx
**/*.spec.ts
**/*.spec.tsx
app/api/gift-exchanges/\[id\]/draw/route.ts
app/api/gift-exchanges/\[id\]/giftSuggestions/route.ts
app/api/gift-exchanges/\[id\]/members/route.ts
app/api/gift-exchanges/\[id\]/members/\[memberId\]/route.ts
app/api/gift-exchanges/\[id\]/route.ts
app/api/giftSuggestions/route.ts
app/api/openaiConfig/config.ts
app/api/profile/route.ts
app/api/profile/\[id\]/route.ts
app/auth/callback/route.ts
app/auth/error/page.tsx
app/auth/login/page.tsx
app/create-group-page/page.tsx
app/dashboard/page.tsx
app/gift-exchanges/\[id\]/edit/page.tsx
app/gift-exchanges/\[id\]/page.tsx
app/gift-exchanges/\[id\]/WaitingForSuggestions.tsx
app/onboarding/page.tsx
app/page.tsx
app/profile/page.tsx
app/profile/\[id\]/page.tsx
app/types/giftExchange.ts
app/types/giftExchangeMember.ts
app/types/profile.ts
app/types/tailwindcss-motion.d.ts
components/Avatar/Avatar.tsx
components/Avatar/AvatarBody.tsx
components/Button/button.tsx
components/Calendar/calendar.tsx
components/GiftDetailsView/GiftDetailsView.tsx
components/GiftSuggestionCard/GiftSuggestionCard.tsx
components/GroupCard/GroupCard.tsx
components/ImageSelector/ImageSelector.tsx
components/Input/input.tsx
components/InviteCard/InviteCard.tsx
components/JourneyCard/JourneyCard.tsx
components/Label/label.tsx
components/LoadingCard/LoadingCard.tsx
components/LoadingSkeleton/LoadingSkeleton.tsx
components/LoadingSpinner/LoadingSpinner.tsx
components/MembersList/MembersList.tsx
components/MultiSelect/multi-select-input.tsx
components/Popover/popover.tsx
components/ProfileCard/ProfileCard.tsx
components/Progress/progress.tsx
components/Select/select.tsx
components/SnowOverlayToggle/SnowOverlayToggle.tsx
components/SnowOverlayWrapper/react-snow-overlay.d.ts
lib/drawGiftExchange.ts
lib/generateAndStoreSuggestion.ts
lib/getAmazonImage.ts
lib/getUserAvatar.ts
lib/getUserAvatar.ts
lib/supabase/middleware.ts
lib/utils.ts