Skip to content

Commit 69d48ea

Browse files
committed
enable rule as error in recommended strict config
1 parent 3029fcf commit 69d48ea

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/eslint-plugin-query/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const plugin = {
6161
'@tanstack/query/infinite-query-property-order': 'error',
6262
'@tanstack/query/no-void-query-fn': 'error',
6363
'@tanstack/query/mutation-property-order': 'error',
64-
'@tanstack/query/prefer-query-options': 'warn',
64+
'@tanstack/query/prefer-query-options': 'error',
6565
},
6666
},
6767
],

0 commit comments

Comments
 (0)