0.1.9 #29
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
src/__tests__/utils/test-utils.ts#L28
Unexpected any. Specify a different type
|
Lint:
src/__tests__/utils/test-utils.ts#L46
Unexpected any. Specify a different type
|
Lint:
src/__tests__/utils/test-utils.ts#L58
Unexpected any. Specify a different type
|
Lint:
src/index.ts#L89
Promise returned in function argument where a void return was expected
|
Lint:
src/index.ts#L119
Unexpected console statement
|
Lint:
src/index.ts#L120
Unexpected console statement
|
Lint:
src/index.ts#L121
Unexpected console statement
|
Lint:
src/index.ts#L122
Unexpected console statement
|
Lint:
src/index.ts#L180
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/index.ts#L187
Unexpected any. Specify a different type
|
Loading