-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
chore: cleanup overrides for the biomejs configuration #7162
Conversation
Earlier most the conventions were disabled so we never check and validate. Lines 54 to 66 in c26cc63
With biome, there is no way to disable formats, so why we have more detailed conventions list. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## unstable #7162 +/- ##
=========================================
Coverage 49.20% 49.21%
=========================================
Files 598 598
Lines 39726 39726
Branches 2088 2092 +4
=========================================
+ Hits 19549 19550 +1
+ Misses 20137 20136 -1
Partials 40 40 |
Performance Report✔️ no performance regression detected Full benchmark results
|
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.
LGTM
* Clean overrides for unused variables * Fix the naming conventions * Add comments in the biome * Fix code feedback
Motivation
We discourage to override rules, if there are those should mention specific reasoning.
Description
Steps to test or reproduce