Skip to content

feat: upgrade eslint v10#31

Merged
BlobMaster41 merged 1 commit intomainfrom
upgrade/eslint
Feb 17, 2026
Merged

feat: upgrade eslint v10#31
BlobMaster41 merged 1 commit intomainfrom
upgrade/eslint

Conversation

@BlobMaster41
Copy link
Contributor

Disable the 'no-useless-assignment' rule in eslint.config.js because it caused incorrect/overzealous linting in the codebase. Also refresh package lock to pick up updated dependency versions.

Description

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Performance improvement
  • Refactoring (no functional changes)
  • Documentation update
  • CI/CD changes
  • Dependencies update

Checklist

Build & Tests

  • npm install completes without errors
  • npm test passes all tests
  • npm run browserBuild completes without errors (if applicable)

Code Quality

  • Code follows the project's coding standards
  • No new compiler/linter warnings introduced
  • Error handling is appropriate
  • TypeScript types are properly defined

Documentation

  • Code comments added for complex logic
  • Public APIs are documented
  • README updated (if applicable)

Security

  • No sensitive data (keys, credentials) committed
  • No new security vulnerabilities introduced
  • Cryptographic operations reviewed (if applicable)

Bitcoin Specific

  • Transaction serialization/deserialization is correct
  • Script operations are properly validated
  • Network parameters are handled correctly
  • PSBT operations maintain compatibility

Testing

Related Issues


By submitting this PR, I confirm that my contribution is made under the terms of the project's license.

Disable the 'no-useless-assignment' rule in eslint.config.js because it caused incorrect/overzealous linting in the codebase. Also refresh package lock to pick up updated dependency versions.
@BlobMaster41 BlobMaster41 added enhancement New feature or request 7.x labels Feb 17, 2026
@BlobMaster41 BlobMaster41 merged commit 1d724bb into main Feb 17, 2026
11 of 12 checks passed
@BlobMaster41 BlobMaster41 deleted the upgrade/eslint branch February 17, 2026 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

7.x enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments