ci: adding contributors #52
Annotations
10 errors
lint:
src/main/events/catalogue/get-catalogue.ts#L87
Argument of type 'Promise<CatalogueEntry[]>' is not assignable to parameter of type 'never'.
|
lint:
src/main/events/catalogue/get-catalogue.ts#L94
Property 'at' does not exist on type 'never'.
|
lint:
src/main/events/helpers/generate-lutris-yaml.ts#L31
Argument of type 'string | null' is not assignable to parameter of type 'string'.
|
lint:
src/main/events/library/delete-game-folder.ts#L11
Not all code paths return a value.
|
lint:
src/main/events/library/open-game-installer.ts#L22
Argument of type 'string | null' is not assignable to parameter of type 'string'.
|
lint:
src/main/events/misc/show-open-dialog.ts#L8
Argument of type 'BrowserWindow | null' is not assignable to parameter of type 'BrowserWindow'.
|
lint:
src/main/index.ts#L84
Object is possibly 'undefined'.
|
lint:
src/main/services/how-long-to-beat.ts#L46
'$ul' is possibly 'null'.
|
lint:
src/main/services/how-long-to-beat.ts#L48
Type '{ title: string | null; duration: string | null; accuracy: string | undefined; }[]' is not assignable to type 'HowLongToBeatCategory[]'.
|
lint:
src/main/services/how-long-to-beat.ts#L49
Object is possibly 'null'.
|