Release v1.159.0 - release → staging #13416
Closed
Annotations
1 warning
|
Run abailly-akamai/action-eslint@8ad68ba04fa60924ef7607b07deb5989f38f5ed6:
packages/queries/src/locks/locks.ts#L110
[eslint] reported by reviewdog 🐶
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.
Raw Output:
{"ruleId":"@typescript-eslint/no-empty-object-type","severity":1,"message":"The `{}` (\"empty object\") type allows any non-nullish value, including literals like `0` and `\"\"`.
|
Loading