docs: update root README #114
Annotations
10 errors and 11 warnings
Build and test:
packages/iagon/src/IagonStorage/api.ts#L62
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
Build and test:
packages/iagon/src/IagonStorage/api.ts#L106
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
Build and test:
packages/iagon/src/IagonStorage/api.ts#L143
'recursive' is defined but never used
|
Build and test:
packages/iagon/src/IagonStorage/api.ts#L159
Do not access Object.prototype method 'hasOwnProperty' from target object
|
Build and test:
packages/iagon/src/IagonStorage/api.ts#L169
'key' is assigned a value but never used
|
Build and test:
packages/iagon/src/IagonStorage/api.ts#L169
'key' is assigned a value but never used
|
Build and test:
packages/iagon/src/IagonStorage/instance.ts#L37
'withDeleted' is defined but never used
|
Build and test:
packages/iagon/src/IagonStorage/instance.ts#L139
'documentId' is defined but never used
|
Build and test:
packages/iagon/src/IagonStorage/instance.ts#L139
'attachmentId' is defined but never used
|
Build and test:
packages/iagon/src/IagonStorage/instance.ts#L139
'digest' is defined but never used
|
Build and test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, crazy-max/ghaction-import-gpg@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build and test:
packages/encryption/src/migration/index.ts#L65
Unexpected nullable object value in conditional. An explicit null check is required
|
Build and test:
packages/encryption/src/migration/index.ts#L69
Unsafe argument of type `any` assigned to a parameter of type `{ _deleted: boolean; _attachments: { [attachmentId: string]: RxAttachmentData; }; _rev: string; _meta: RxDocumentMeta; }[]`
|
Build and test:
packages/encryption/src/migration/index.ts#L70
Unsafe spread of an `any` type
|
Build and test:
packages/encryption/src/migration/index.ts#L184
Unexpected nullable object value in conditional. An explicit null check is required
|
Build and test:
packages/encryption/src/migration/index.ts#L264
Unexpected any value in conditional. An explicit comparison or type cast is required
|
Build and test:
packages/encryption/src/migration/index.ts#L352
Unexpected any value in conditional. An explicit comparison or type cast is required
|
Build and test:
packages/encryption/src/migration/index.ts#L431
Placing a void expression inside another expression is forbidden. Move it to its own statement instead
|
Build and test:
packages/encryption/src/migration/index.ts#L459
Missing return type on function
|
Build and test:
packages/encryption/src/migration/index.ts#L461
Unexpected nullable object value in conditional. An explicit null check is required
|
Build and test:
packages/iagon/src/IagonStorage/api.ts#L9
Missing return type on function
|