Annotations
4 errors and 2 warnings
src/frontend/src/index.ts#L156
'baseKey' is never reassigned. Use 'const' instead
|
src/frontend/src/index.ts#L163
'derivedKey' is never reassigned. Use 'const' instead
|
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
|
|
src/frontend/src/index.ts#L145
'keyPair' is assigned a value but never used. Allowed unused vars must match /^_/u
|
src/frontend/src/index.ts#L163
'derivedKey' is assigned a value but never used. Allowed unused vars must match /^_/u
|
The logs for this run have expired and are no longer available.
Loading