MikroOrm Migration #346 #478
Annotations
50 errors and 2 warnings
src/boilerplate.polyfill.ts#L98
Avoid using extended native objects (canonical/no-use-extend-native)
|
src/boilerplate.polyfill.ts#L107
Avoid using extended native objects (canonical/no-use-extend-native)
|
src/boilerplate.polyfill.ts#L113
Avoid using extended native objects (canonical/no-use-extend-native)
|
src/common/abstract-client.service.ts#L1
Prefer using a top-level type-only import instead of inline type specifiers (import/consistent-type-specifier-style)
|
src/common/abstract-client.service.ts#L6
Prefer using a top-level type-only import instead of inline type specifiers (import/consistent-type-specifier-style)
|
src/common/abstract-client.service.ts#L7
Prefer using a top-level type-only import instead of inline type specifiers (import/consistent-type-specifier-style)
|
src/common/abstract-client.service.ts#L8
Prefer using a top-level type-only import instead of inline type specifiers (import/consistent-type-specifier-style)
|
src/common/abstract-client.service.ts#L14
Export 'AbstractClientService' is unused (canonical/no-unused-exports)
|
src/common/abstract-client.service.ts#L38
void is not valid as a constituent in a union type (@typescript-eslint/no-invalid-void-type)
|
src/common/extended-entity-repository.ts#L4
Export 'ExtendedEntityRepository' is unused (canonical/no-unused-exports)
|
src/database/migrations/Migration20240331182212.ts#L1
Filename is not in kebab case. Rename it to `migration20240331182212.ts` (unicorn/filename-case)
|
src/database/migrations/Migration20240331182212.ts#L3
Export 'Migration20240331182212' is unused (canonical/no-unused-exports)
|
src/database/migrations/Migration20240331182212.ts#L4
Delete `⏎·` (prettier/prettier)
|
src/database/migrations/Migration20240331182212.ts#L48
Delete `·` (prettier/prettier)
|
src/database/migrations/Migration20240331182212.ts#L59
Insert `;` (prettier/prettier)
|
src/database/migrations/Migration20240331182212.ts#L59
Missing semicolon (@typescript-eslint/semi)
|
src/database/migrations/Migration20240331182212.ts#L60
Delete `⏎` (prettier/prettier)
|
src/database/migrations/Migration20240331182341.ts#L1
Filename is not in kebab case. Rename it to `migration20240331182341.ts` (unicorn/filename-case)
|
src/database/migrations/Migration20240331182341.ts#L3
Export 'Migration20240331182341' is unused (canonical/no-unused-exports)
|
src/database/migrations/Migration20240331182341.ts#L4
Delete `⏎` (prettier/prettier)
|
src/database/migrations/Migration20240331182341.ts#L5
Async method 'up' has no 'await' expression (@typescript-eslint/require-await)
|
src/database/migrations/Migration20240331182341.ts#L38
Async method 'down' has no 'await' expression (@typescript-eslint/require-await)
|
src/decorators/api-page-ok-response.decorator.ts#L1
Prefer using a top-level type-only import instead of inline type specifiers (import/consistent-type-specifier-style)
|
src/decorators/api-page-ok-response.decorator.ts#L6
Export 'ApiPageOkResponse' is unused (canonical/no-unused-exports)
|
src/decorators/auth-user.decorator.ts#L1
Prefer using a top-level type-only import instead of inline type specifiers (import/consistent-type-specifier-style)
|
src/decorators/auth-user.decorator.ts#L5
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
|
src/decorators/auth-user.decorator.ts#L7
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
|
src/decorators/auth-user.decorator.ts#L7
Unsafe member access .user on an `any` value (@typescript-eslint/no-unsafe-member-access)
|
src/decorators/auth-user.decorator.ts#L9
Unsafe member access [Symbol.for('isPublic')] on an `any` value (@typescript-eslint/no-unsafe-member-access)
|
src/decorators/auth-user.decorator.ts#L13
Unsafe return of an `any` typed value (@typescript-eslint/no-unsafe-return)
|
src/decorators/field.decorators.ts#L140
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator (@typescript-eslint/prefer-nullish-coalescing)
|
src/decorators/field.decorators.ts#L169
Export 'PasswordField' is unused (canonical/no-unused-exports)
|
src/decorators/field.decorators.ts#L184
Export 'PasswordFieldOptional' is unused (canonical/no-unused-exports)
|
src/decorators/field.decorators.ts#L248
Export 'TranslationsFieldOptional' is unused (canonical/no-unused-exports)
|
src/decorators/field.decorators.ts#L258
Export 'TmpKeyField' is unused (canonical/no-unused-exports)
|
src/decorators/field.decorators.ts#L281
Export 'TmpKeyFieldOptional' is unused (canonical/no-unused-exports)
|
src/decorators/field.decorators.ts#L372
Export 'ClassFieldOptional' is unused (canonical/no-unused-exports)
|
src/decorators/field.decorators.ts#L383
Export 'EmailField' is unused (canonical/no-unused-exports)
|
src/decorators/field.decorators.ts#L413
Export 'PhoneField' is unused (canonical/no-unused-exports)
|
src/decorators/field.decorators.ts#L463
Export 'UUIDFieldOptional' is unused (canonical/no-unused-exports)
|
src/decorators/field.decorators.ts#L473
Export 'URLField' is unused (canonical/no-unused-exports)
|
src/decorators/field.decorators.ts#L487
Export 'URLFieldOptional' is unused (canonical/no-unused-exports)
|
src/decorators/field.decorators.ts#L514
Export 'DateFieldOptional' is unused (canonical/no-unused-exports)
|
src/decorators/http.decorators.ts#L18
Export 'Auth' is unused (canonical/no-unused-exports)
|
src/decorators/http.decorators.ts#L34
Export 'UUIDParam' is unused (canonical/no-unused-exports)
|
src/decorators/property.decorators.ts#L1
Prefer using a top-level type-only import instead of inline type specifiers (import/consistent-type-specifier-style)
|
src/decorators/property.decorators.ts#L5
Export 'ApiBooleanProperty' is unused (canonical/no-unused-exports)
|
src/decorators/property.decorators.ts#L11
Export 'ApiBooleanPropertyOptional' is unused (canonical/no-unused-exports)
|
src/decorators/property.decorators.ts#L29
Export 'ApiUUIDPropertyOptional' is unused (canonical/no-unused-exports)
|
src/decorators/property.decorators.ts#L41
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
|
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, wearerequired/lint-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: wearerequired/lint-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|