Skip to content

fix(yarn-plugin-pnp-patch): dependencies #280

fix(yarn-plugin-pnp-patch): dependencies

fix(yarn-plugin-pnp-patch): dependencies #280

Triggered via pull request August 21, 2024 06:07
Status Success
Total duration 2m 52s
Artifacts

checks.yaml

on: pull_request
Lint, type check
2m 44s
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.