Hi everyone,
I'm just in the process of updating my react-native mobile app and I've come across an eslint error.
The error suggests that the object syntax rule definition can't be found which doesn't seem right as the eslint config is taken directly from the eslint plugin docs see https://tanstack.com/query/v4/docs/react/eslint/eslint-plugin-query
I'm using v4 of tanstack query still and I can see that it's installed version "^5.0.5" of the eslint package, does the tanstack query and eslint package need to be in sync are they managed separately ? If they need to be managed separately I might need to install v4 but if that's not the case then I'm unsure why I'm receiving this error.
Would appreciate any comments/responses ❤️