We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eslint-config/src/configs/react.ts
Line 106 in 20dd434
Issue is that NextJS isn't detected when using a monorepo.
I think local-pkg doesn't recognize that I have "next" in my ./apps/web/package.json so eslint is throwing errors for metadata
metadata
The text was updated successfully, but these errors were encountered:
Couldn't you also install next in your top-level package.json?
next
Sorry, something went wrong.
Yes, this is the recommended solution. Build tools and core libraries should be installed in the top-level Turborepo package.json file anyways.
package.json
No branches or pull requests
eslint-config/src/configs/react.ts
Line 106 in 20dd434
Issue is that NextJS isn't detected when using a monorepo.
I think local-pkg doesn't recognize that I have "next" in my ./apps/web/package.json so eslint is throwing errors for
metadata
The text was updated successfully, but these errors were encountered: