Skip to content

Update package: Add eslint + Fix linter issues #1

Update package: Add eslint + Fix linter issues

Update package: Add eslint + Fix linter issues #1

Triggered via pull request June 27, 2023 17:41
Status Failure
Total duration 23s
Artifacts

test-types.yml

on: pull_request
Matrix: types
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Test Types on Node v20: lib/index.ts#L1
Cannot find module 'axios' or its corresponding type declarations.
Test Types on Node v20: lib/index.ts#L2
Cannot find module '@nextcloud/auth' or its corresponding type declarations.
Test Types on Node v20: lib/index.ts#L18
Property 'assign' does not exist on type 'ObjectConstructor'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2015' or later.
Test Types on Node v20: lib/index.ts#L23
Property 'interceptors' does not exist on type 'CancelableAxiosInstance'.
Test Types on Node v20: lib/index.ts#L24
Property 'interceptors' does not exist on type 'CancelableAxiosInstance'.
Test Types on Node v20: lib/index.ts#L25
Property 'interceptors' does not exist on type 'CancelableAxiosInstance'.
Test Types on Node v20: lib/interceptors/csrf-token.ts#L1
Cannot find module '@nextcloud/router' or its corresponding type declarations.
Test Types on Node v20: lib/interceptors/csrf-token.ts#L3
'Symbol' only refers to a type, but is being used as a value here. Do you need to change your target library? Try changing the 'lib' compiler option to es2015 or later.
Test Types on Node v20: lib/interceptors/csrf-token.ts#L29
'Promise' only refers to a type, but is being used as a value here. Do you need to change your target library? Try changing the 'lib' compiler option to es2015 or later.
Test Types on Node v20: lib/interceptors/maintenance-mode.ts#L1
'Symbol' only refers to a type, but is being used as a value here. Do you need to change your target library? Try changing the 'lib' compiler option to es2015 or later.