style: applied prettier #22
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
test (E2E):
src/components/SignIn.vue#L3
An import path can only end with a '.ts' extension when 'allowImportingTsExtensions' is enabled.
|
test (E2E):
src/components/SignIn.vue#L9
Property 'signIn' does not exist on type 'SupabaseAuthClient'.
|
test (E2E):
src/components/SignUp.vue#L9
Property 'user' does not exist on type 'AuthResponse'.
|
test (E2E):
src/components/SignUp.vue#L9
Property 'user' does not exist on type '{ data: { user: User | null; session: Session | null; }; error: null; }'.
|
test (E2E):
src/supabase/functions/checkSubscription/index.ts#L2
Cannot find name 'SUPABASE_URL'. Did you mean 'supabase'?
|
test (E2E):
src/supabase/functions/checkSubscription/index.ts#L2
Cannot find name 'SUPABASE_ANON_KEY'.
|
test (E2E):
src/supabase/functions/checkSubscription/index.ts#L3
Cannot find name 'STRIPE_SECRET_KEY'.
|
test (E2E):
src/supabase/functions/checkSubscription/index.ts#L5
Parameter 'req' implicitly has an 'any' type.
|
test (E2E):
src/supabase/functions/checkSubscription/index.ts#L5
Parameter 'res' implicitly has an 'any' type.
|
test (E2E):
src/supabase/functions/stripeWebhook/index.ts#L1
Parameter 'req' implicitly has an 'any' type.
|