-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
fix(eslint-plugin-query): correctly handle call-expression spread #8090
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): correctly handle call-expression spread #8090
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 26c981e. 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. |
More templates
@tanstack/angular-query-experimental
@tanstack/angular-query-devtools-experimental
@tanstack/eslint-plugin-query
@tanstack/query-async-storage-persister
@tanstack/query-broadcast-client-experimental
@tanstack/query-core
@tanstack/query-devtools
@tanstack/query-persist-client-core
@tanstack/query-sync-storage-persister
@tanstack/react-query
@tanstack/react-query-next-experimental
@tanstack/react-query-devtools
@tanstack/react-query-persist-client
@tanstack/solid-query
@tanstack/solid-query-devtools
@tanstack/solid-query-persist-client
@tanstack/svelte-query
@tanstack/svelte-query-devtools
@tanstack/svelte-query-persist-client
@tanstack/vue-query-devtools
@tanstack/vue-query
commit: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8090 +/- ##
===========================================
+ Coverage 44.90% 87.80% +42.89%
===========================================
Files 199 15 -184
Lines 7377 492 -6885
Branches 1666 182 -1484
===========================================
- Hits 3313 432 -2881
+ Misses 3684 46 -3638
+ Partials 380 14 -366
|
this fixes the issue reported here: #8074 (comment)