Skip to content

Bump eslint-plugin-import from 2.29.1 to 2.31.0 #20

Bump eslint-plugin-import from 2.29.1 to 2.31.0

Bump eslint-plugin-import from 2.29.1 to 2.31.0 #20

Triggered via pull request October 9, 2024 21:38
Status Failure
Total duration 1m 5s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
eslint: packages/storage/lib/customStorage.ts#L7
Unexpected any. Specify a different type
eslint: packages/storage/lib/customStorage.ts#L10
Unexpected any. Specify a different type
eslint: packages/storage/lib/customStorage.ts#L45
Unexpected any. Specify a different type
eslint: chrome-extension/public/injected.js#L123
'tag' is assigned a value but never used
eslint: chrome-extension/src/background/chains.ts#L1
Unexpected any. Specify a different type
eslint: chrome-extension/src/background/chains/bitcoinCashHandler.ts#L4
'JsonRpcProvider' is defined but never used
eslint: chrome-extension/src/background/chains/bitcoinCashHandler.ts#L6
'AssetValue' is defined but never used
eslint: chrome-extension/src/background/chains/bitcoinCashHandler.ts#L7
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
eslint: chrome-extension/src/background/chains/bitcoinCashHandler.ts#L8
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
eslint: chrome-extension/src/background/chains/bitcoinCashHandler.ts#L10
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
eslint: chrome-extension/src/background/keepkey.ts#L11
Using exported name 'DB' as identifier for default import
eslint: pages/popup/src/components/evm/RequestFeeCard.tsx#L162
React Hook useEffect has missing dependencies: 'fees.medium' and 'getFee'. Either include them or remove the dependency array
eslint: pages/popup/src/components/evm/RequestFeeCard.tsx#L184
React Hook useEffect has missing dependencies: 'calculateUsdValue' and 'handleUpdateTransaction'. Either include them or remove the dependency array
eslint: pages/popup/src/components/utxo/CoinControlCard.tsx#L49
React Hook useEffect has missing dependencies: 'recommendedFees.high', 'recommendedFees.low', and 'recommendedFees.medium'. Either include them or remove the dependency array
eslint: pages/popup/src/components/utxo/ProjectFeeCard.tsx#L90
The 'inputs' logical expression could make the dependencies of useEffect Hook (at line 97) change on every render. To fix this, wrap the initialization of 'inputs' in its own useMemo() Hook
eslint: pages/popup/src/components/utxo/ProjectFeeCard.tsx#L91
The 'outputs' logical expression could make the dependencies of useEffect Hook (at line 97) change on every render. Move it inside the useEffect callback. Alternatively, wrap the initialization of 'outputs' in its own useMemo() Hook
eslint: pages/popup/src/components/utxo/ProjectFeeCard.tsx#L157
React Hook useEffect has a missing dependency: 'recommendedFees'. Either include it or remove the dependency array
eslint: pages/side-panel/src/components/Asset.tsx#L38
React Hook useEffect has a missing dependency: 'fetchBalancesAndPubkeys'. Either include it or remove the dependency array
eslint: pages/side-panel/src/components/AssetSelect.tsx#L24
React Hook useEffect has a missing dependency: 'onStart'. Either include it or remove the dependency array
eslint: pages/side-panel/src/components/AssetSelect.tsx#L29
React Hook useEffect has a missing dependency: 'fetchEnabledChains'. Either include it or remove the dependency array