79307355

Date: 2024-12-25 10:24:17
Score: 0.5
Natty:
Report link

I add to disable this rule on the following code fragment which looks correct to me:

  register<T>(
    requestFunction: (reqId: number) => void,
    cancelFunction: (reqId: number) => void | null | undefined, // eslint-disable-line @typescript-eslint/no-invalid-void-type
    ...
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ronan-Yann Lorin