Skip to content

chore: update prettierrc file #620

chore: update prettierrc file

chore: update prettierrc file #620

Triggered via push January 9, 2026 15:33
Status Success
Total duration 42s
Artifacts

lint.yml

on: push
Run linters
38s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run linters: src/hook/useQuickbooks.ts#L98
React Hook useEffect has missing dependencies: 'setAppParams' and 'tokenPayload?.workspaceId'. Either include them or remove the dependency array
Run linters: src/hook/useDropdown.ts#L34
React Hook useEffect has a missing dependency: 'dropdownRef'. Either include it or remove the dependency array
Run linters: src/hook/useDropdown.ts#L10
'index' is defined but never used. Allowed unused args must match /^_/u
Run linters: src/hook/useDashboard.ts#L64
React Hook useEffect has missing dependencies: 'handleConnect', 'handleSyncEnable', and 'portalConnectionStatus'. Either include them or remove the dependency array
Run linters: src/db/schema/qbSettings.ts#L9
'deletedAt' is assigned a value but never used. Allowed unused vars must match /^_/u
Run linters: src/app/api/quickbooks/webhook/webhook.service.ts#L23
'refreshTokenExpireMessage' is defined but never used. Allowed unused vars must match /^_/u
Run linters: src/app/api/quickbooks/webhook/webhook.service.ts#L11
'AccountErrorCodes' is defined but never used. Allowed unused vars must match /^_/u
Run linters: src/app/api/quickbooks/sync/sync.service.ts#L20
'max' is defined but never used. Allowed unused vars must match /^_/u
Run linters: src/app/api/quickbooks/setting/setting.controller.ts#L3
'QBSettingsUpdateSchemaType' is defined but never used. Allowed unused vars must match /^_/u
Run linters: src/app/api/core/utils/withErrorHandler.ts#L12
'IntuitAPIErrorMessage' is defined but never used. Allowed unused vars must match /^_/u