frontend-checks.yml
on: push
showcase
51s
frontend-checks
38s
showcase-deploy
0s
Annotations
4 errors and 2 warnings
frontend-checks:
src/frontend/src/index.ts#L156
'baseKey' is never reassigned. Use 'const' instead
|
frontend-checks:
src/frontend/src/index.ts#L163
'derivedKey' is never reassigned. Use 'const' instead
|
frontend-checks:
src/frontend/src/index.ts#L179
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
|
frontend-checks
Process completed with exit code 1.
|
frontend-checks:
src/frontend/src/index.ts#L145
'keyPair' is assigned a value but never used. Allowed unused vars must match /^_/u
|
frontend-checks:
src/frontend/src/index.ts#L163
'derivedKey' is assigned a value but never used. Allowed unused vars must match /^_/u
|