[NoQA] NSQS #100333
Annotations
10 errors and 5 warnings
Lint JavaScript and Typescript with ESLint:
src/CONST.ts#L4
Import individual methods from the Lodash module
|
Lint JavaScript and Typescript with ESLint:
src/CONST.ts#L4
All imports in the declaration are only used as types. Use `import type`
|
Lint JavaScript and Typescript with ESLint:
src/CONST.ts#L2740
Array type using 'T[]' is forbidden for non-simple types. Use 'Array<T>' instead
|
Lint JavaScript and Typescript with ESLint:
src/ROUTES.ts#L1047
Invalid type "URLSearchParams" of template literal expression
|
Lint JavaScript and Typescript with ESLint:
src/components/ConnectionLayout.tsx#L105
'shouldBeBlocked' is assigned a value but never used
|
Lint JavaScript and Typescript with ESLint:
src/components/ConnectionLayout.tsx#L125
'shouldBlockByConnection' is assigned a value but never used
|
Lint JavaScript and Typescript with ESLint:
src/components/MenuItem.tsx#L64
'ref' PropType is defined but prop is never used
|
Lint JavaScript and Typescript with ESLint:
src/components/SelectionScreen.tsx#L128
'shouldBeBlocked' is defined but never used
|
Lint JavaScript and Typescript with ESLint:
src/components/SelectionScreen.tsx#L146
'isConnectionEmpty' is assigned a value but never used
|
Lint JavaScript and Typescript with ESLint:
src/libs/actions/Report.ts#L3616
Unsafe assignment of an `any` value
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint JavaScript and Typescript with ESLint:
src/pages/workspace/accounting/MultiConnectionSelectorPage.tsx#L15
Unexpected parent import '../AccessOrNotFoundWrapper'. Use '@pages/workspace/AccessOrNotFoundWrapper' instead
|
Lint JavaScript and Typescript with ESLint:
src/pages/workspace/accounting/MultiConnectionSelectorPage.tsx#L78
React Hook useMemo has missing dependencies: 'integrationToDisconnect', 'policyID', 'popoverAnchorRefs', 'shouldDisconnectIntegrationBeforeConnecting', 'startIntegrationFlow', and 'translate'. Either include them or remove the dependency array
|
Lint JavaScript and Typescript with ESLint:
src/pages/workspace/accounting/nsqs/advanced/NSQSAdvancedPage.tsx#L28
The 'payableList' logical expression could make the dependencies of useMemo Hook (at line 38) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'payableList' in its own useMemo() Hook
|
Lint JavaScript and Typescript with ESLint:
src/pages/workspace/accounting/nsqs/advanced/NSQSApprovalAccountPage.tsx#L25
The 'payableList' logical expression could make the dependencies of useMemo Hook (at line 35) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'payableList' in its own useMemo() Hook
|
Loading