Skip to content

fix(yarn-plugin-librabry): name typo #279

fix(yarn-plugin-librabry): name typo

fix(yarn-plugin-librabry): name typo #279

Triggered via pull request August 21, 2024 05:59
Status Success
Total duration 4m 5s
Artifacts

checks.yaml

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