merge(authorization): implemented jwtj authorization on server and cl… #32
master.yml
on: push
Linting project
2m 45s
Creating a Production Build
2m 29s
Annotations
11 errors and 10 warnings
Creating a Production Build
Process completed with exit code 1.
|
Linting project:
apps/server/src/common/guards/gql-auth.guard.ts#L8
Useless constructor
|
Linting project:
apps/server/src/main.ts#L13
Use const or class constructors instead of named functions
|
Linting project:
apps/client/src/app/app.tsx#L9
Use const or class constructors instead of named functions
|
Linting project:
apps/client/src/app/entry.tsx#L7
Prefer using arrow functions over plain functions
|
Linting project:
apps/client/src/entities/sign-in-modal-template/ui/sign-in-modal-template.styles.ts#L4
'ColoredButton' is defined but never used. Allowed unused vars must match /^_/u
|
Linting project:
apps/client/src/widgets/sign-in-modal/ui/sign-in-modal.tsx#L1
'useEffect' is defined but never used. Allowed unused vars must match /^_/u
|
Linting project:
libs/client-shared/env.d.ts#L1
Variable name `_isDev_` trimmed as `isDev_` must match one of the following formats: camelCase, UPPER_CASE, PascalCase
|
Linting project:
libs/client-shared/src/lib/components/index.ts#L1
Run autofix to sort these exports!
|
Linting project:
libs/editor/src/app/providers/theme-loader/hooks/use-theme-loader/assert-theme-object.ts#L7
Use const or class constructors instead of named functions
|
Linting project:
libs/editor/src/shared/exceptions.ts#L6
Prefer using arrow functions over plain functions
|
Linting project:
apps/client/src/app/entry.tsx#L14
Forbidden non-null assertion
|
Linting project:
apps/client/src/shared/lib/components/page/auth-guard.tsx#L37
React Hook useEffect has missing dependencies: 'isAuthorized' and 'navigate'. Either include them or remove the dependency array
|
Linting project:
libs/client-shared/src/hooks/use-alt-key-down.ts#L8
Unexpected any. Specify a different type
|
Linting project:
libs/client-shared/src/hooks/use-alt-key-down.ts#L20
Unexpected any. Specify a different type
|
Linting project:
libs/client-shared/src/hooks/use-async-effect.ts#L9
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
|
Linting project:
libs/client-shared/src/hooks/use-async-effect.ts#L9
React Hook useEffect has a missing dependency: 'cb'. Either include it or remove the dependency array. If 'cb' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Linting project:
libs/client-shared/src/hooks/use-debounce.ts#L6
Unexpected any. Specify a different type
|
Linting project:
libs/client-shared/src/hooks/use-debounce.ts#L11
Unexpected any. Specify a different type
|
Linting project:
libs/client-shared/src/hooks/use-filtered-effect.ts#L18
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
|
Linting project:
libs/client-shared/src/hooks/use-filtered-effect.ts#L18
React Hook useEffect has missing dependencies: 'callback' and 'deps'. Either include them or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
|