Skip to content

merge(refactoring): refactored folder structure, mobx logic #26

merge(refactoring): refactored folder structure, mobx logic

merge(refactoring): refactored folder structure, mobx logic #26

Triggered via push July 27, 2023 12:38
Status Failure
Total duration 3m 14s
Artifacts

master.yml

on: push
Linting project
2m 34s
Linting project
Creating a Production Build
3m 3s
Creating a Production Build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
Linting project: libs/editor/src/entities/header-right-section/ui/header-right-section.tsx#L3
'useGetters' is defined but never used. Allowed unused vars must match /^_/u
Linting project: libs/editor/src/entities/header-right-section/ui/header-right-section.tsx#L5
'useCodeRunner' is defined but never used. Allowed unused vars must match /^_/u
Linting project
Process completed with exit code 1.
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-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/providers/animation-provider.tsx#L36
React Hook useEffect has a missing dependency: 'loadLibraries'. Either include it or remove the dependency array
Linting project: libs/client-shared/src/providers/error-boundary/error-boundary.tsx#L16
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
Linting project: libs/client-shared/src/styles/mixins.ts#L38
Unexpected any. Specify a different type
Linting project: libs/client-shared/src/types/common/common.ts#L6
Unexpected any. Specify a different type
Linting project: libs/client-shared/src/ui/popover/ui/popover.tsx#L21
React Hook useEffect has a missing dependency: 'motion'. Either include it or remove the dependency array
Linting project: libs/editor/src/app/providers/modals-provider/ui/modals-context-provider.tsx#L40
React Hook useMemo has a missing dependency: 'toggle'. Either include it or remove the dependency array