-
Notifications
You must be signed in to change notification settings - Fork 56
fix: allow overriding settings with default values #654
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
Conversation
📝 WalkthroughSummary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings. WalkthroughThis PR removes Changes
Possibly related issues
Possibly related PRs
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes The review involves 22 homogeneous rule file changes (simple property removals) that form a repetitive pattern, offset by a more complex utility rewrite ( Pre-merge checks✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (24)
💤 Files with no reviewable changes (21)
🧰 Additional context used🧬 Code graph analysis (1)rules/sort-object-types.ts (2)
🔇 Additional comments (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #654 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 143 143
Lines 3554 3521 -33
Branches 1106 1088 -18
=========================================
- Hits 3554 3521 -33 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
hugop95
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@azat-io Thanks !
Description
Remove
meta.defaultOptionsfrom all rules to prevent ESLint from auto-merging defaults into options. This allows users to explicitly set values that match defaults and override global settings.Additional context
#653
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following