Skip to content

build(types): disable preserveSymlinks in tsconfig #277

build(types): disable preserveSymlinks in tsconfig

build(types): disable preserveSymlinks in tsconfig #277

Triggered via push September 17, 2024 11:59
Status Failure
Total duration 1m 43s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
lint: packages/mermaid/src/diagrams/gantt/parser/gantt.spec.js#L167
Invalid operand for a '+' operation. Operands must each be a number or string, allowing a string + any of: `any`, `boolean`, `null`, `RegExp`, `undefined`. Got `unknown`
lint: packages/mermaid/src/diagrams/pie/pie.spec.ts#L134
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
lint: packages/mermaid/src/diagrams/sequence/sequenceDiagram.spec.js#L2067
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
Lint failure
Running `pnpm run lint` failed. Running `pnpm -w run lint:fix` may fix this issue. If this error doesn't occur on your local machine, make sure your packages are up-to-date by running `pnpm install`. You may also need to delete your prettier cache by running `rm ./node_modules/.cache/prettier/.prettier-cache`.
lint
Process completed with exit code 1.