-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
fix(eslint-plugin-query): no-shadow
lint warning in insertAtPositions()
#8142
fix(eslint-plugin-query): no-shadow
lint warning in insertAtPositions()
#8142
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 3910b12. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 2 targetsSent with 💌 from NxCloud. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8142 +/- ##
===========================================
+ Coverage 45.41% 88.04% +42.63%
===========================================
Files 200 15 -185
Lines 7456 502 -6954
Branches 1696 187 -1509
===========================================
- Hits 3386 442 -2944
+ Misses 3694 46 -3648
+ Partials 376 14 -362
|
Fixing another
no-shadow
lint warning by changing namedata
tobaseData
.I chose this naming because it is the initial dataset (or foundation) into which the additional elements (subsets) are being built upon.