Skip to content

Commit 8093fc2

Browse files
NishargShahTkDodoautofix-ci[bot]
authoredFeb 10, 2025··
fix(eslint-plugin-query): add name attribute for eslint config inspector (#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>
1 parent 0186c20 commit 8093fc2

File tree

1 file changed

+1
-0
lines changed
  • packages/eslint-plugin-query/src

1 file changed

+1
-0
lines changed
 

Diff for: ‎packages/eslint-plugin-query/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Object.assign(plugin.configs, {
3434
},
3535
'flat/recommended': [
3636
{
37+
name: 'tanstack/query/flat/recommended',
3738
plugins: {
3839
'@tanstack/query': plugin,
3940
},

0 commit comments

Comments
 (0)
Please sign in to comment.