#47676: build: drop eslint-plugin-unicorn
Merged
Description of Change
eslint-plugin-unicorn
was added in #38487 solely for the unicorn/prefer-node-protocol
rule. The latest release of eslint-plugin-import
has a new import/enforce-node-protocol-usage
rule which accomplishes the same thing, so let's use that instead of an extra package for one rule.
Checklist
- PR description included and stakeholders cc'd
Release Notes
Notes: none
Backports
35-x-y
In-flight36-x-y
In-flight37-x-y
In-flight38-x-y
MergedPR Number
#47686Merged At
Jul 8, 2025, 11:18:38 AM
Released In
v38.0.0-alpha.5Release Date
Jul 10, 2025, 8:31:24 AM
Semver Impact
Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.
Semantic Versioning helps users understand the impact of updates:
- Major (X.y.z): Breaking changes that may require code modifications
- Minor (x.Y.z): New features that maintain backward compatibility
- Patch (x.y.Z): Bug fixes that don't change the API
- None: Changes that don't affect using facing parts of Electron