fix: refactored button styling into custom .btn class #26
Annotations
13 errors
lint:
src/views/PricingView.vue#L3
The template requires child element
|
lint:
src/views/PricingView.vue#L110
Parsing error: The end of the string reached with no closing bracket ) found
|
lint
Process completed with exit code 1.
|
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#L16
'error' is of type 'unknown'.
|
test (E2E):
src/components/SignUp.vue#L3
An import path can only end with a '.ts' extension when 'allowImportingTsExtensions' is enabled.
|
test (E2E):
src/components/SignUp.vue#L4
An import path can only end with a '.ts' extension when 'allowImportingTsExtensions' is enabled.
|
test (E2E):
src/components/SignUp.vue#L19
'error' is of type 'unknown'.
|
test (E2E):
src/stores/auth.ts#L2
An import path can only end with a '.ts' extension when 'allowImportingTsExtensions' is enabled.
|
test (E2E):
src/stores/auth.ts#L34
Type 'User | null' is not assignable to type 'null'.
|
test (E2E):
src/stores/auth.ts#L38
'isLoggedIn' implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
|
test (E2E):
src/stores/auth.ts#L39
Property 'user' does not exist on type '{ isLoggedIn(): any; }'.
|
test (E2E):
src/supabase/functions/checkSubscription/index.ts#L2
Cannot find name 'SUPABASE_URL'. Did you mean 'supabase'?
|