Skip to content

Fix eslint warnings: max-params, unused imports, max-lines#62

Merged
nwparker merged 1 commit intomainfrom
fix/eslint-warnings
Mar 10, 2026
Merged

Fix eslint warnings: max-params, unused imports, max-lines#62
nwparker merged 1 commit intomainfrom
fix/eslint-warnings

Conversation

@nwparker
Copy link
Contributor

Summary

  • Refactor decryptChromiumCookieValue to accept an options object instead of 3 positional params (fixes max-params)
  • Remove unused imports in message-actions.ts and context.ts (fixes no-unused-vars)
  • Extract getSafeStoragePasswords and decryptCookieWindows into desktop-crypto.ts to reduce desktop.ts line count (fixes max-lines)

Test plan

  • oxlint --deny-warnings passes with 0 warnings and 0 errors

🤖 Generated with Claude Code

- Refactor decryptChromiumCookieValue to use options object (max-params)
- Remove unused imports in message-actions.ts and context.ts
- Extract getSafeStoragePasswords and decryptCookieWindows to desktop-crypto.ts (max-lines)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@nwparker nwparker merged commit 8a3245e into main Mar 10, 2026
1 check passed
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