Lint errors on new Tanstack Start project
Running lint on new Tanstack project (v 1.133.13) gives me these errors:
After some trial and error, I managed to resolve the errors by adding the config files to the ignores section of the
I'm wondering if this is the right approach or if there's a better approach. Thanks!
After some trial and error, I managed to resolve the errors by adding the config files to the ignores section of the
eslint.config.js file:I'm wondering if this is the right approach or if there's a better approach. Thanks!