fix lint and remove all eslint overrides

This commit is contained in:
Przemek Więch
2026-04-28 23:39:47 +02:00
parent 36852348a8
commit 3c43a3e23e
6 changed files with 15 additions and 28 deletions

View File

@@ -145,7 +145,7 @@ function fileDetails(objectEntries: GedcomEntry[], gedcom: GedcomData) {
.map((objectEntry) => dereference(objectEntry, gedcom, (gedcom) => gedcom.other))
.forEach((objectEntry) => {
const fileEntry = getNonImageFileEntry(objectEntry);
if (!!fileEntry) {
if (fileEntry) {
files.push({
url: fileEntry.data,
filename: getFileName(fileEntry),