Skip to content

Push on staging

Push on staging #4696

Triggered via dynamic January 26, 2026 16:48
Status Success
Total duration 3m 32s
Artifacts

codeql

on: dynamic
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

40 warnings
[eslint] packages/queries/src/marketplace/marketplace.ts#L224 <@typescript-eslint/no-empty-object-type>(https://typescript-eslint.io/rules/no-empty-object-type): packages/queries/src/marketplace/marketplace.ts#L224
The `{}` ("empty object") type allows any non-nullish value, including literals like `0` and `""`. - If that's what you want, disable this lint rule with an inline comment or configure the 'allowObjectTypes' rule option. - 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.