Skip to content

refactor: Move config from frontend to backend #78

refactor: Move config from frontend to backend

refactor: Move config from frontend to backend #78

Triggered via pull request July 4, 2024 17:12
Status Success
Total duration 1m 28s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
linting: packages/backend/src/core/admin/email/send/send.service.ts#L25
'from' is defined but never used
linting: packages/backend/src/utils/guards/admin-permission.guard.ts#L38
'ctx' is assigned a value but never used
linting: packages/frontend/src/components/ui/calendar-picker.tsx#L20
'onSelect' is defined but never used
linting: packages/frontend/src/hooks/use-globals.ts#L9
Expected interface keys to be in required first ascending order. 'config' should be before 'settings'
linting: packages/frontend/src/views/layout/root-layout.tsx#L10
There should be at least one empty line between import groups
linting: packages/frontend/src/views/layout/root-layout.tsx#L11
`src/graphql/get-global-data` import should occur before import of `../global/internal-error/internal-error-view`
linting: packages/frontend/src/views/layout/root-layout.tsx#L55
'config' is assigned a value but never used