Skip to content

ui: Fix vertical alignments #142

ui: Fix vertical alignments

ui: Fix vertical alignments #142

Triggered via push October 11, 2024 07:07
Status Failure
Total duration 49s
Artifacts

linting.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 9 warnings
eslint: src/components/GuardianSetup.tsx#L25
'InputField' is defined but never used
eslint: src/components/burnerWallet/GuardianSetup.tsx#L43
'InputField' is defined but never used
eslint
Process completed with exit code 1.
eslint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
eslint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
eslint: src/components/ConnectWallets.tsx#L9
`react-hot-toast` import should occur before import of `wagmi`
eslint: src/components/RequestedRecoveries.tsx#L24
`../App` import should occur before import of `../assets/cancelRecoveryIcon.svg`
eslint: src/components/RequestedRecoveries.tsx#L25
`../constants` import should occur before import of `../context/AppContextHook`
eslint: src/components/RequestedRecoveries.tsx#L219
React Hook useCallback has a missing dependency: 'writeContractAsync'. Either include it or remove the dependency array
eslint: src/components/burnerWallet/GuardianSetup.tsx#L320
React Hook useCallback has an unnecessary dependency: 'address'. Either exclude it or remove the dependency array
eslint: src/components/burnerWallet/RequestedRecoveries.tsx#L229
React Hook useCallback has a missing dependency: 'burnerAccountClient'. Either include it or remove the dependency array
eslint: src/context/BurnerAccountContext.tsx#L20
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components