chore(deps-dev): bump the lint group with 8 updates #332
ci-cd.yaml
on: pull_request
Matrix: test
Build and lint
25s
Code Coverage
3s
Matrix: e2e
Publish
0s
Annotations
10 errors
Build and lint:
src/__tests__/normalize-options.test.ts#L189
Remove this use of the "void" operator
|
Build and lint:
src/__tests__/npm-publish.test.ts#L34
Remove this use of the "void" operator
|
Build and lint:
src/action/core.ts#L84
Replace this union type with a type alias
|
Build and lint:
src/compare-and-publish/__tests__/compare-and-publish.test.ts#L19
Remove this use of the "void" operator
|
Build and lint:
src/npm/call-npm-cli.ts#L11
Consider removing 'undefined' type or '?' specifier, one of them is redundant
|
Build and lint:
src/npm/call-npm-cli.ts#L43
Make sure the regex used here, which is vulnerable to super-linear runtime due to backtracking, cannot lead to denial of service
|
Build and lint:
src/options.ts#L21
Consider removing 'undefined' type or '?' specifier, one of them is redundant
|
Build and lint:
src/options.ts#L22
Consider removing 'undefined' type or '?' specifier, one of them is redundant
|
Build and lint:
src/options.ts#L35
Consider removing 'undefined' type or '?' specifier, one of them is redundant
|
Build and lint:
src/options.ts#L44
Consider removing 'undefined' type or '?' specifier, one of them is redundant
|