Skip to content

chore: Add hashed safe account flow #152

chore: Add hashed safe account flow

chore: Add hashed safe account flow #152

Triggered via push October 25, 2024 10:26
Status Failure
Total duration 53s
Artifacts

linting.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 8 warnings
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#L180
React Hook useCallback has a missing dependency: 'address'. Either include it or remove the dependency array
eslint: src/components/RequestedRecoveries.tsx#L242
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