remove new lines from jsonLD #474
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Linting:
lib/extract.ts#L27
Unexpected any. Specify a different type
|
Linting:
lib/extract.ts#L60
Unsafe argument of type `any` assigned to a parameter of type `string`
|
Linting:
lib/extract.ts#L63
Unsafe assignment of an `any` value
|
Linting:
lib/extract.ts#L73
Unsafe assignment of an `any` value
|
Linting:
lib/extract.ts#L102
Unsafe argument of type `any` assigned to a parameter of type `object`
|
Linting:
lib/media.ts#L73
Unexpected any. Specify a different type
|
Linting:
lib/media.ts#L73
Unexpected any. Specify a different type
|
Linting:
lib/media.ts#L75
Unsafe return of an `any` typed value
|
Linting:
lib/media.ts#L75
Unsafe call of an `any` typed value
|
Linting:
lib/media.ts#L76
Unsafe member access .map on an `any` value
|
Loading