We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3029fcf commit 69d48eaCopy full SHA for 69d48ea
packages/eslint-plugin-query/src/index.ts
@@ -61,7 +61,7 @@ export const plugin = {
61
'@tanstack/query/infinite-query-property-order': 'error',
62
'@tanstack/query/no-void-query-fn': 'error',
63
'@tanstack/query/mutation-property-order': 'error',
64
- '@tanstack/query/prefer-query-options': 'warn',
+ '@tanstack/query/prefer-query-options': 'error',
65
},
66
67
],
0 commit comments