fix: linting & tsc #232
static_analysis.yaml
on: push
Typescript Syntax Check
2m 18s
ESLint
1m 9s
Style Lint
1m 38s
Workflow Lint
1m 3s
Analyse Dead Code
2m 3s
Annotations
5 errors
Typescript Syntax Check
Property 'setSinkId' does not exist on type 'HTMLAudioElement'.
|
Typescript Syntax Check:
src/components/views/rooms/RoomSublist.tsx#L446
Property 'color' does not exist on type 'RoomNotificationState'.
|
Typescript Syntax Check:
src/components/views/rooms/RoomSublist.tsx#L446
Property 'color' does not exist on type 'ListNotificationState'.
|
Typescript Syntax Check:
src/components/views/spaces/SpacePanel.tsx#L262
Property '[MetaSpace.VideoRooms]' is missing in type '{ "home-space": React.FC<MetaSpaceButtonProps>; "favourites-space": React.FC<MetaSpaceButtonProps>; "people-space": React.FC<MetaSpaceButtonProps>; "orphans-space": React.FC<...>; }' but required in type 'Record<MetaSpace, FC<MetaSpaceButtonProps>>'.
|
Typescript Syntax Check
Process completed with exit code 2.
|