Make consistent use of logger during backends onboarding #23752
node-test.yml
on: pull_request
Matrix: unit
Matrix: check-json-schema
Matrix: check-package-lock-vsce
Matrix: check-package-lock
Matrix: lint
Matrix: integration-windows
Matrix: integration
Annotations
10 warnings
lint (20):
src/init/features/frameworks/index.ts#L24
Unexpected any. Specify a different type
|
lint (20):
src/init/features/frameworks/index.ts#L25
Unsafe member access .frameworks on an `any` value
|
lint (20):
src/init/features/frameworks/index.ts#L36
Unsafe argument of type `any` assigned to a parameter of type `Options | undefined`
|
lint (20):
src/init/features/frameworks/index.ts#L36
Unsafe member access .frameworks on an `any` value
|
lint (20):
src/init/features/frameworks/index.ts#L49
Unsafe argument of type `any` assigned to a parameter of type `Options | undefined`
|
lint (20):
src/init/features/frameworks/index.ts#L49
Unsafe member access .frameworks on an `any` value
|
lint (20):
src/init/features/frameworks/index.ts#L52
Invalid type "any" of template literal expression
|
lint (20):
src/init/features/frameworks/index.ts#L52
Unsafe member access .frameworks on an `any` value
|
lint (20):
src/init/features/frameworks/index.ts#L81
Unexpected any. Specify a different type
|
lint (20):
src/init/features/frameworks/index.ts#L83
Unsafe assignment of an `any` value
|