PoC: uploading files to nextcloud #344
Annotations
10 errors and 4 warnings
Lint:
src/App.tsx#L32
'registerFilesHandler' is defined but never used
|
Lint:
src/files/files.ts#L10
Block must be padded by blank lines
|
Lint:
src/files/files.ts#L25
'constructedFile' is never reassigned. Use 'const' instead
|
Lint:
src/files/files.ts#L37
'__' is defined but never used
|
Lint:
src/files/files.ts#L46
Unexpected any. Specify a different type
|
Lint:
src/files/files.ts#L61
'&&' should be placed at the beginning of the line
|
Lint:
src/files/files.ts#L67
'excalidrawApi' is defined but never used
|
Lint:
src/files/files.ts#L69
'file' is never reassigned. Use 'const' instead
|
Lint:
src/files/files.ts#L85
'constructedFile' is never reassigned. Use 'const' instead
|
Lint:
src/files/files.ts#L91
'meta' is never reassigned. Use 'const' instead
|
Lint:
src/files/files.ts#L92
Missing trailing comma
|
Lint:
src/files/files.ts#L119
Missing trailing comma
|
Lint:
src/files/files.ts#L126
Missing JSDoc @param "collab" declaration
|
Lint:
tests/integration/socket.spec.mjs#L3
Using exported name 'io' as identifier for default export
|
Loading