Browser download #259
Annotations
10 errors and 1 warning
Run eslint:
src/helpers/DownloadUploadUtil.ts#L4
There should be at least one empty line between import groups
|
Run eslint:
src/helpers/DownloadUploadUtil.ts#L4
`../utils/errors` import should occur after import of `../connectors/ConnectionPool`
|
Run eslint:
src/helpers/DownloadUploadUtil.ts#L5
There should be at least one empty line between import groups
|
Run eslint:
src/helpers/DownloadUploadUtil.ts#L5
`./Helper` import should occur after import of `./FolderUtil`
|
Run eslint:
src/helpers/DownloadUploadUtil.ts#L7
There should be at least one empty line between import groups
|
Run eslint:
src/helpers/DownloadUploadUtil.ts#L11
Unexpected any. Specify a different type
|
Run eslint:
src/helpers/DownloadUploadUtil.ts#L14
Unsafe argument of type `any` assigned to a parameter of type `SpawnOptionsWithoutStdio | undefined`
|
Run eslint:
src/helpers/DownloadUploadUtil.ts#L16
Strings must use doublequote
|
Run eslint:
src/helpers/DownloadUploadUtil.ts#L17
Strings must use doublequote
|
Run eslint:
src/helpers/DownloadUploadUtil.ts#L19
Strings must use doublequote
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading