build: ignore type issues #3
Annotations
10 errors
Run npm run lint:
bin/index.ts#L3
Could not find a declaration file for module 'yargs-parser'. '/home/runner/work/bh-releaser/bh-releaser/node_modules/yargs-parser/build/index.cjs' implicitly has an 'any' type.
|
Run npm run lint:
bin/index.ts#L4
Cannot find module 'release-it' or its corresponding type declarations.
|
Run npm run lint:
bin/index.ts#L6
Could not find a declaration file for module 'lodash'. '/home/runner/work/bh-releaser/bh-releaser/node_modules/lodash/lodash.js' implicitly has an 'any' type.
|
Run npm run lint:
bin/index.ts#L8
Parameter 'file' implicitly has an 'any' type.
|
Run npm run lint:
bin/index.ts#L37
Parameter 'args' implicitly has an 'any' type.
|
Run npm run lint:
bin/index.ts#L86
Parameter 'output' implicitly has an 'any' type.
|
Run npm run lint:
lib/bh-calver.spec.ts#L2
Could not find a declaration file for module 'release-it/test/util/index.js'. '/home/runner/work/bh-releaser/bh-releaser/node_modules/release-it/test/util/index.js' implicitly has an 'any' type.
|
Run npm run lint:
lib/bh-calver.ts#L3
Cannot find module 'release-it' or its corresponding type declarations.
|
Run npm run lint:
lib/bh-calver.ts#L4
Cannot find module 'calver/node/lts' or its corresponding type declarations.
|
Run npm run lint:
lib/bh-calver.ts#L16
Property 'getContext' does not exist on type 'BlueHaloCalVer'.
|
Loading