-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
Don't require installing @typescript-eslint/parser
#166
Comments
Depending on the version of PNPM, the |
It defaults to true, there's not a conflict. It's probably a bug in pnpm, but just making note of it in case there's a bug in packaging I need to cover in #161. |
I'm going to close this, we can see if it's still relevant with ESLint 9 + TSESLint 8 |
For future reference, I think this was fixed in PNPM 9.7 (pnpm/pnpm#8323) |
Indeed PNPM 9.5 was kind of a broken release. |
This was a bug installing it in my project, not installing the sheriff monorepo itself. |
For some reason, PNPM makes me install
@typescript-eslint/parser
as a peer dependency of Sheriff, rather than doing so automatically as a dependency. This should be investigated and fixed.The text was updated successfully, but these errors were encountered: