Refactor reactions / hand raised to use rxjs and start ordering tiles based on hand raised. #4565
lint.yaml
on: pull_request
Lint, format & type check
41s
Annotations
10 errors and 1 warning
Lint, format & type check:
src/button/ReactionToggleButton.test.tsx#L17
All imports in the declaration are only used as types. Use `import type`
|
Lint, format & type check:
src/button/ReactionToggleButton.test.tsx#L21
There should be at least one empty line between import groups
|
Lint, format & type check:
src/button/ReactionToggleButton.test.tsx#L22
All imports in the declaration are only used as types. Use `import type`
|
Lint, format & type check:
src/button/ReactionToggleButton.test.tsx#L22
`matrix-js-sdk/src/matrixrtc/MatrixRTCSession` import should occur before import of `../utils/testReactions`
|
Lint, format & type check:
src/button/ReactionToggleButton.test.tsx#L71
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Lint, format & type check:
src/button/ReactionToggleButton.test.tsx#L90
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Lint, format & type check:
src/button/ReactionToggleButton.test.tsx#L110
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Lint, format & type check:
src/button/ReactionToggleButton.tsx#L38
All imports in the declaration are only used as types. Use `import type`
|
Lint, format & type check:
src/room/CallEventAudioRenderer.tsx#L79
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
|
Lint, format & type check:
src/room/ReactionAudioRenderer.test.tsx#L29
There should be at least one empty line between import groups
|
Lint, format & type check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|