Skip to content

Commit

Permalink
fix(eslint-plugin-query): add name attribute for eslint config inspec…
Browse files Browse the repository at this point in the history
…tor (#8584)

* fix(eslint-plugin-query): add name attribute for eslint config inspector

* ci: apply automated fixes

---------

Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 10, 2025
1 parent 0186c20 commit 8093fc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin-query/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Object.assign(plugin.configs, {
},
'flat/recommended': [
{
name: 'tanstack/query/flat/recommended',
plugins: {
'@tanstack/query': plugin,
},
Expand Down

0 comments on commit 8093fc2

Please # to comment.