Creating <AuthProvider /> #47
lint_and_typecheck.yml
on: pull_request
Linting and Typechecking
47s
Annotations
7 warnings
Linting and Typechecking
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Linting and Typechecking:
src/components/Navbar/types.d.ts#L1
'DropdownMenuSeparatorProps' is defined but never used
|
Linting and Typechecking:
src/lib/utils.ts#L3
Unexpected any. Specify a different type
|
Linting and Typechecking:
src/utils/supabase/client.ts#L2
'getCookie' is defined but never used
|
Linting and Typechecking:
src/utils/supabase/client.ts#L2
'setCookie' is defined but never used
|
Linting and Typechecking:
src/utils/supabase/client.ts#L8
Forbidden non-null assertion
|
Linting and Typechecking:
src/utils/supabase/client.ts#L9
Forbidden non-null assertion
|