Skip to content

Epic/49688 group project attributes in custom sections #4966

Epic/49688 group project attributes in custom sections

Epic/49688 group project attributes in custom sections #4966

Triggered via pull request November 28, 2023 15:03
Status Success
Total duration 5m 10s
Artifacts

eslint-core.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

53 errors and 9 warnings
[eslint] frontend/src/stimulus/controllers/dynamic/generic-drag-and-drop.controller.ts#L39 <@typescript-eslint/ban-types>(https://typescript-eslint.io/rules/ban-types): frontend/src/stimulus/controllers/dynamic/generic-drag-and-drop.controller.ts#L39
Don't use `Object` as a type. The `Object` type actually means "any non-nullish value", so it is marginally better than `unknown`. - If you want a type meaning "any object", you probably want `object` instead. - If you want a type meaning "any value", you probably want `unknown` instead.