-
Notifications
You must be signed in to change notification settings - Fork 127
Possibility to not have eslint dependency? #156
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 accou 8000 nt related emails.
Already on GitHub? Sign in to your account
Comments
Hi, I'm also interested in this topic. I would prefer not to haves eslint shipped by the rewire library. |
|
Hello - any update available on this topic? Is there any alternative so that rewire doesn't need to rely on eslint during runtime? |
Since rewire will change |
Consider setting eslint as peerdependencies. If the user has eslint installed in their project, pnpm will point to the same eslint for them. https://docs.npmjs.com/cli/v10/configuring-npm/package-json#peerdependencies |
No branches or pull requests
I would like to have a clean environment and therefor less dependencies.
Eslint unfortunately has to many dependencies itself. So I would like to avoid it at all.
Is it possible you rewrite your module without dependencies?
If not: Does anybody know an alternative to rewire?
The text was updated successfully, but these errors were encountered: