Skip to content

Conversation

@jaem0629
Copy link

@jaem0629 jaem0629 commented Jan 23, 2026

🎯 Changes

Fixed ESLint errors in package.

  • Fix import order
  • Change array types from T[] to Array<T>
  • Add explicit type assertion for Object.entries to preserve undefined possibility
  • Remove unnecessary optional chaining on navigator properties

✅ Checklist

  • I have followed the steps in the Contributing guide.
  • I have tested this code locally with pnpm run test:pr.

🚀 Release Impact

  • This change affects published code, and I have generated a changeset.
  • This change is docs/CI/dev-only (no release).

- Fix import order (type imports after regular imports)
- Change array types from T[] to Array<T> per project style
- Add explicit type assertion for Object.entries to preserve undefined
- Remove unnecessary optional chaining on navigator properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant