Skip to content

sync(yarn-plugin-workspaces): dependencies #290

sync(yarn-plugin-workspaces): dependencies

sync(yarn-plugin-workspaces): dependencies #290

Triggered via pull request August 21, 2024 08:00
Status Success
Total duration 3m 56s
Artifacts

checks.yaml

on: pull_request
Lint, type check
3m 48s
Lint, type check
Fit to window
Zoom out
Zoom in

Annotations

52 errors
(@typescript-eslint/ban-types): Don't use `Function` as a type. The `Function` type accepts any function-like value. It provides no type safety when calling the function, which can be a common source of bugs. It also accepts things like class declarations, which will throw at runtime as they will not be called with `new`. If you are expecting the function to accept certain arguments, you should explicitly define the function shape.: cli/cli-ui-parts/src/submit-factory.component.tsx#L10
Don't use `Function` as a type. The `Function` type accepts any function-like value. It provides no type safety when calling the function, which can be a common source of bugs. It also accepts things like class declarations, which will throw at runtime as they will not be called with `new`. If you are expecting the function to accept certain arguments, you should explicitly define the function shape.