feat: replaced document-model-editors by new document-model-lib/utils #24
Annotations
12 warnings
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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
|
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|