add a type guard for img tag #153
Annotations
5 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, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run npm run lint:
src/transformers/portable-text-transformer/portable-text-transformer.ts#L103
"strong" | "em" | "sub" | "sup" | "code" is overridden by string in this union type
|
Run npm run lint:
src/transformers/portable-text-transformer/portable-text-transformer.ts#L120
"strong" | "em" | "sub" | "sup" | "code" is overridden by string in this union type
|
Run npm run lint:
src/transformers/transformer-models.ts#L127
"strong" | "em" | "sub" | "sup" | "code" is overridden by string in this union type
|
Run npm run lint:
src/utils/transformer-utils.ts#L192
"strong" | "em" | "sub" | "sup" | "code" is overridden by string in this union type
|
Loading