Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added unique-dependencies rule #126

Merged
merged 1 commit into from
Jan 20, 2024
Merged

Conversation

JoshuaKGoldberg
Copy link
Owner

PR Checklist

Overview

I ended up naming it unique-dependencies because I'm not a fan of no- prefixes for lint rules (typescript-eslint/typescript-eslint#6022).

Copy link

codecov bot commented Jan 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ea1336e) 98.52% compared to head (fe0336e) 98.77%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #126      +/-   ##
==========================================
+ Coverage   98.52%   98.77%   +0.24%     
==========================================
  Files          10       12       +2     
  Lines         610      734     +124     
  Branches       49       58       +9     
==========================================
+ Hits          601      725     +124     
  Misses          9        9              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JoshuaKGoldberg JoshuaKGoldberg merged commit a9417d1 into main Jan 20, 2024
15 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the unique-dependencies branch January 20, 2024 20:36
Copy link

🎉 This is included in version v0.8.0 🎉

The release is available on:

Cheers! 📦🚀

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.

Bring in a require-unique-dependency-names / no-dupe-deps / no-repeated-dependencies rule
1 participant