Skip to content

Pull Request for 92/merge by gnalh #52

Pull Request for 92/merge by gnalh

Pull Request for 92/merge by gnalh #52

GitHub Actions / Trunk Check failed Apr 15, 2025 in 36s

Trunk Check

Checked 3 modified files
✖ 2 new lint issues

Details

To reproduce and test locally, run:
trunk check

For help resolving these issues, see our docs on running on PRs or debugging Trunk Check

Annotations

Check failure on line 108 in src/index.ts

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

eslint(@typescript-eslint/prefer-nullish-coalescing)

[new] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.

Check failure on line 100 in src/index.ts

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

eslint(@typescript-eslint/no-unnecessary-condition)

[new] Unnecessary conditional, value is always falsy.