Rewriting retry operator #855
Annotations
10 errors and 1 warning
benchmarks/src/tests/rxjs.ts#L1
All imports in the declaration are only used as types. Use `import type`
|
src/ops/retry.ts#L76
Replace `,` with `;`
|
src/ops/retry.ts#L77
Replace `,` with `;`
|
src/ops/retry.ts#L78
Replace `,` with `;`
|
src/ops/retry.ts#L79
Insert `;`
|
src/ops/retry.ts#L87
Replace `·number` with `⏎····|·number⏎···`
|
src/ops/retry.ts#L88
Replace `attempt:·number,` with `······attempt:·number;`
|
src/ops/retry.ts#L89
Replace `····error:·any,` with `··········error:·any;`
|
src/ops/retry.ts#L90
Replace `····index:·number,` with `··········index:·number;`
|
src/ops/retry.ts#L91
Replace `state:·IterationState` with `······state:·IterationState;`
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading