Update dependency @devoxa/eslint-config from 4.0.0 to 4.0.1 #2189
Annotations
5 errors and 1 warning
Test & build:
src/debounce/debounce.ts#L23
Array type using 'unknown[]' is forbidden. Use 'Array<unknown>' instead
|
Test & build:
src/flatten/flatten.ts#L14
Array type using 'readonly unknown[]' is forbidden. Use 'ReadonlyArray<unknown>' instead
|
Test & build:
src/throttle/throttle.ts#L24
Array type using 'unknown[]' is forbidden. Use 'Array<unknown>' instead
|
Test & build:
src/typeHelpers.ts#L7
Array type using 'any[]' is forbidden. Use 'Array<any>' instead
|
Test & build
Process completed with exit code 1.
|
Test & build
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.320.0. Please update to the latest version 2.321.0
|