v0.0.11 #17
Annotations
10 warnings
Lint:
src/cli.ts#L5
Async function 'parseCommand' has no 'await' expression
|
Lint:
src/cli.ts#L33
Forbidden non-null assertion
|
Lint:
src/cli.ts#L44
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:
src/codegen/hygen.ts#L10
'watch' is assigned a value but never used
|
Lint:
src/codegen/index.ts#L2
'utils' is defined but never used
|
Lint:
src/codegen/index.ts#L2
'z' is defined but never used
|
Lint:
src/codegen/index.ts#L19
Unnecessary conditional, value is always falsy
|
Lint:
src/codegen/utils.ts#L1
'z' is defined but never used
|
Lint:
src/codegen/utils.ts#L24
Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer
|
Lint:
src/create-lib/index.ts#L27
Unexpected any. Specify a different type
|
The logs for this run have expired and are no longer available.
Loading