feat: added flow animation #100
code-checks.yml
on: push
lint-eslint
20s
lint-filename
11s
lint-prettier
13s
lint-commit
10s
lint-unused-exports
16s
typecheck
17s
test-unit
12s
Annotations
1 error and 11 warnings
lint-prettier
Process completed with exit code 1.
|
lint-commit
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint-eslint:
src/app/hooks/use-bitcoin.ts#L26
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint-eslint:
src/app/hooks/use-confirmation-checker.ts#L30
Unexpected console statement
|
lint-eslint:
src/app/hooks/use-confirmation-checker.ts#L42
Unexpected console statement
|
lint-eslint:
src/app/hooks/use-confirmation-checker.ts#L54
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint-eslint:
src/app/hooks/use-confirmation-checker.ts#L59
React Hook useEffect has a missing dependency: 'fetchTransactionDetails'. Either include it or remove the dependency array
|
lint-eslint:
src/app/hooks/use-endpoints.ts#L30
React Hook useEffect has a missing dependency: 'getEndpoints'. Either include it or remove the dependency array
|
lint-eslint:
src/app/hooks/use-ethereum.ts#L41
Unexpected console statement
|
lint-eslint:
src/app/hooks/use-ethereum.ts#L42
Unexpected console statement
|
lint-eslint:
src/app/hooks/use-ethereum.ts#L43
Unexpected console statement
|
lint-eslint:
src/app/hooks/use-ethereum.ts#L44
Unexpected console statement
|