chore(lint): Apply prettier.js and enable ocular-lint in CI #118
Annotations
10 warnings
test-node:
examples/bing-maps/app.ts#L5
Unsafe assignment of an `any` value
|
test-node:
examples/bing-maps/app.ts#L5
Unsafe member access .env on an `any` value
|
test-node:
examples/bing-maps/app.ts#L11
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
|
test-node:
examples/bing-maps/app.ts#L13
Unsafe assignment of an `any` value
|
test-node:
examples/bing-maps/app.ts#L13
Unsafe construction of an any type value
|
test-node:
examples/bing-maps/app.ts#L14
Unsafe assignment of an `any` value
|
test-node:
examples/bing-maps/app.ts#L15
Unsafe member access .aerial on an `any` value
|
test-node:
examples/bing-maps/app.ts#L15
Unsafe member access .canvasLight on an `any` value
|
test-node:
examples/bing-maps/app.ts#L15
Unsafe member access .canvasDark on an `any` value
|
test-node:
examples/bing-maps/app.ts#L20
Unsafe call of an `any` typed value
|