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: new unordered-dependencies rule #94

Merged
merged 6 commits into from
Aug 23, 2024
Merged

Conversation

QuiiBz
Copy link
Owner

@QuiiBz QuiiBz commented Aug 23, 2024

Closes #93

  • Rule reporting
  • Autofix
  • Docs

Add a new unordered-dependencies rule as an error for all package.json files (the root package and each package in the workspace). Dependencies should be ordered alphabetically to prevent complex diffs when installing a new dependency via a package manager.

@QuiiBz QuiiBz added the enhancement New feature or request label Aug 23, 2024
@QuiiBz QuiiBz marked this pull request as ready for review August 23, 2024 17:17
@QuiiBz QuiiBz enabled auto-merge (squash) August 23, 2024 17:18
@QuiiBz QuiiBz merged commit 91862e7 into main Aug 23, 2024
4 checks passed
@QuiiBz QuiiBz deleted the feat/unordered-dependencies branch August 23, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New unordered-dependencies rule
1 participant