Skip to content

MikroOrm Migration #346 #480

MikroOrm Migration #346

MikroOrm Migration #346 #480

GitHub Actions / ESLint failed Apr 1, 2024 in 0s

246 errors

ESLint found 246 errors

Annotations

Check failure on line 159 in src/boilerplate.polyfill.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/boilerplate.polyfill.ts#L159

Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator (@typescript-eslint/no-floating-promises)

Check failure on line 1 in src/common/abstract-client.service.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

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)

Check failure on line 6 in src/common/abstract-client.service.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

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)

Check failure on line 7 in src/common/abstract-client.service.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

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)

Check failure on line 8 in src/common/abstract-client.service.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

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)

Check failure on line 14 in src/common/abstract-client.service.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/common/abstract-client.service.ts#L14

Export 'AbstractClientService' is unused (canonical/no-unused-exports)

Check failure on line 38 in src/common/abstract-client.service.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/common/abstract-client.service.ts#L38

void is not valid as a constituent in a union type (@typescript-eslint/no-invalid-void-type)

Check failure on line 44 in src/common/abstract.entity.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/common/abstract.entity.ts#L44

Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)

Check failure on line 44 in src/common/abstract.entity.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/common/abstract.entity.ts#L44

Unsafe call of an `any` typed value (@typescript-eslint/no-unsafe-call)

Check failure on line 44 in src/common/abstract.entity.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/common/abstract.entity.ts#L44

Unsafe member access .dtoClass on an `any` value (@typescript-eslint/no-unsafe-member-access)

Check failure on line 52 in src/common/abstract.entity.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/common/abstract.entity.ts#L52

Unsafe return of an `any` typed value (@typescript-eslint/no-unsafe-return)

Check failure on line 52 in src/common/abstract.entity.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/common/abstract.entity.ts#L52

Unsafe construction of an any type value (@typescript-eslint/no-unsafe-call)

Check failure on line 45 in src/common/extended-entity-repository.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/common/extended-entity-repository.ts#L45

Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator (@typescript-eslint/no-floating-promises)

Check failure on line 1 in src/database/migrations/Migration20240331182212.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/database/migrations/Migration20240331182212.ts#L1

Filename is not in kebab case. Rename it to `migration20240331182212.ts` (unicorn/filename-case)

Check failure on line 3 in src/database/migrations/Migration20240331182212.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/database/migrations/Migration20240331182212.ts#L3

Export 'Migration20240331182212' is unused (canonical/no-unused-exports)

Check failure on line 4 in src/database/migrations/Migration20240331182212.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/database/migrations/Migration20240331182212.ts#L4

Delete `⏎·` (prettier/prettier)

Check failure on line 48 in src/database/migrations/Migration20240331182212.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/database/migrations/Migration20240331182212.ts#L48

Delete `·` (prettier/prettier)

Check failure on line 59 in src/database/migrations/Migration20240331182212.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/database/migrations/Migration20240331182212.ts#L59

Insert `;` (prettier/prettier)

Check failure on line 59 in src/database/migrations/Migration20240331182212.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/database/migrations/Migration20240331182212.ts#L59

Missing semicolon (@typescript-eslint/semi)

Check failure on line 60 in src/database/migrations/Migration20240331182212.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/database/migrations/Migration20240331182212.ts#L60

Delete `⏎` (prettier/prettier)

Check failure on line 1 in src/database/migrations/Migration20240331182341.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/database/migrations/Migration20240331182341.ts#L1

Filename is not in kebab case. Rename it to `migration20240331182341.ts` (unicorn/filename-case)

Check failure on line 3 in src/database/migrations/Migration20240331182341.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/database/migrations/Migration20240331182341.ts#L3

Export 'Migration20240331182341' is unused (canonical/no-unused-exports)

Check failure on line 4 in src/database/migrations/Migration20240331182341.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/database/migrations/Migration20240331182341.ts#L4

Delete `⏎` (prettier/prettier)

Check failure on line 1 in src/decorators/api-page-ok-response.decorator.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/decorators/api-page-ok-response.decorator.ts#L1

Run autofix to sort these imports! (simple-import-sort/imports)

Check failure on line 1 in src/decorators/api-page-ok-response.decorator.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/decorators/api-page-ok-response.decorator.ts#L1

Multiple spaces found before '}' (no-multi-spaces)