chore: setup eslint and prettier with code formatting

This commit is contained in:
Alejandro Gómez
2025-12-11 13:00:25 +01:00
parent 189da9d141
commit 38f5461b54
34 changed files with 317 additions and 131 deletions

View File

@@ -40,7 +40,7 @@ export default function EncodeViewer({ args }: EncodeViewerProps) {
...parsed,
relays: relays.length > 0 ? relays : undefined,
});
} catch (err) {
} catch {
return null;
}
}, [parsed, relays]);