Skip to content

Commit 1e18f1c

Browse files
committed
fix(devtools): import useQueryClient directly from react-query
fix missing comma
1 parent 7398b24 commit 1e18f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"no-shadow": "error",
3131
"import/no-cycle": "error",
32-
"import/no-unresolved": ["error", { "ignore": ["react-query"] }]
32+
"import/no-unresolved": ["error", { "ignore": ["react-query"] }],
3333
"import/no-unused-modules": ["off", { "unusedExports": true }],
3434
"no-redeclare": "off"
3535
}

0 commit comments

Comments
 (0)