Skip to content

feat(M2-9994):Add full-screen mode and auto-advance for Unity activities #988

feat(M2-9994):Add full-screen mode and auto-advance for Unity activities

feat(M2-9994):Add full-screen mode and auto-advance for Unity activities #988

GitHub Actions / ESLint succeeded Nov 26, 2025 in 0s

1067 warnings

ESLint found 1067 warnings

Annotations

Check warning on line 68 in src/app/model/migrations/MigrationProcessor.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/MigrationProcessor.ts#L68

Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)

Check warning on line 138 in src/app/model/migrations/MigrationProcessor.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/MigrationProcessor.ts#L138

Invalid operand for a '+' operation. Operands must each be a number or string. Got `unknown` (@typescript-eslint/restrict-plus-operands)

Check warning on line 60 in src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L60

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 61 in src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L61

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 63 in src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L63

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 64 in src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L64

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 70 in src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L70

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 71 in src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L71

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 73 in src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L73

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 74 in src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L74

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 107 in src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts#L107

Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)

Check warning on line 200 in src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts#L200

Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)

Check warning on line 216 in src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts#L216

Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)

Check warning on line 25 in src/app/ui/AppProvider/ReactQueryProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/ui/AppProvider/ReactQueryProvider.tsx#L25

Expected '!==' and instead saw '!=' (eqeqeq)

Check warning on line 34 in src/app/ui/AppProvider/ReactQueryProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/ui/AppProvider/ReactQueryProvider.tsx#L34

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 warning on line 43 in src/app/ui/AppProvider/ReactQueryProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/ui/AppProvider/ReactQueryProvider.tsx#L43

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 warning on line 46 in src/app/ui/AppProvider/ReactQueryProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/ui/AppProvider/ReactQueryProvider.tsx#L46

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 warning on line 32 in src/app/ui/AppProvider/ReduxProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/ui/AppProvider/ReduxProvider.tsx#L32

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 45 in src/app/ui/AppProvider/ReduxProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/app/ui/AppProvider/ReduxProvider.tsx#L45

Unsafe argument of type `any` assigned to a parameter of type `{ identity: InitialState; applets: InitialState; streaming: StreamingState; banners: InitialState; defaultBanners: InitialState; } | Partial<...> | undefined` (@typescript-eslint/no-unsafe-argument)

Check warning on line 102 in src/entities/abTrail/ui/AbCanvas.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/entities/abTrail/ui/AbCanvas.tsx#L102

Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)

Check warning on line 131 in src/entities/abTrail/ui/AbCanvas.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/entities/abTrail/ui/AbCanvas.tsx#L131

Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)

Check warning on line 132 in src/entities/abTrail/ui/AbCanvas.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/entities/abTrail/ui/AbCanvas.tsx#L132

Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)

Check warning on line 156 in src/entities/abTrail/ui/AbCanvas.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/entities/abTrail/ui/AbCanvas.tsx#L156

Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)

Check warning on line 156 in src/entities/abTrail/ui/AbCanvas.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/entities/abTrail/ui/AbCanvas.tsx#L156

Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)

Check warning on line 366 in src/entities/abTrail/ui/AbCanvas.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/entities/abTrail/ui/AbCanvas.tsx#L366

Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)