Improve code quality

Fix lint warnings
This commit is contained in:
Przemek Więch
2026-05-10 21:56:51 +02:00
parent ea82bc4c98
commit 8202c9cd05
29 changed files with 315 additions and 221 deletions

View File

@@ -42,6 +42,7 @@ export async function loadWikiTree(
.filter((person) => person.PhotoData?.path)
.map((person) => [
person.Name,
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
`https://www.wikitree.com${person.PhotoData!.path}`,
]),
);