Skip to content

Sync: webpack dependencies #252

Sync: webpack dependencies

Sync: webpack dependencies #252

Triggered via pull request August 20, 2024 12:34
Status Failure
Total duration 5m 19s
Artifacts

checks.yaml

on: pull_request
Lint, type check
5m 6s
Lint, type check
Fit to window
Zoom out
Zoom in

Annotations

51 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.
Lint, type check
Process completed with exit code 1.