feat: use typescript project only for type-aware files, closes #380 #301
ci.yml
on: pull_request
lint
20s
typecheck
21s
Matrix: test
Annotations
10 errors
lint:
src/cli/index.ts#L41
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/cli/run.ts#L37
Unsafe array destructuring of a tuple element with an `any` value
|
lint:
src/cli/run.ts#L50
Unsafe assignment of an `any` value
|
lint:
src/cli/run.ts#L53
Unsafe member access ['@antfu/eslint-config'] on an `any` value
|
lint:
src/cli/run.ts#L55
Unsafe member access .eslint on an `any` value
|
lint:
src/cli/run.ts#L56
Unsafe member access .eslint on an `any` value
|
lint:
src/cli/run.ts#L67
Unsafe assignment of an `any` value
|
lint:
src/cli/run.ts#L67
Unsafe call of an `any` typed value
|
lint:
src/cli/run.ts#L68
Unsafe assignment of an `any` value
|
lint:
src/cli/run.ts#L68
Unsafe call of an `any` typed value
|