-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.eslintignore
More file actions
52 lines (51 loc) · 1.65 KB
/
.eslintignore
File metadata and controls
52 lines (51 loc) · 1.65 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
# Ignored files due to ESLINT errors
**/*.test.ts
**/*.test.tsx
**/*.test.js
**/*.test.jsx
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/ImageSelector/ImageSelector.tsx
components/Input/input.tsx
components/InviteCard/InviteCard.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/ProfileCard/ProfileCard.tsx
components/SnowOverlayWrapper/react-snow-overlay.d.ts
app/assets/svgs/LogoCombination.tsx
app/assets/svgs/LogoIcon.tsx
lib/supabase/middleware.ts
lib/utils.ts