linting in start-basic

Hello, I am a newbie and learning react. So I have started with the start-basic example.
I noticed a few things:
eslint-config is set to '@tanstack/eslint-config'
according to whats currently said in #config thats an internal package?
So what seems to be happening to me is that eslint.config.js is setup to produce a bunch of errors that it shouldnt and its also missing the "usual stuff" like react-hooks/set-state-in-effect

Is there something like an official recommended eslint config for tanstack?
Was this page helpful?