Skip to content
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

Move peer dependencies to dependencies #42

Closed
amannn opened this issue Nov 4, 2019 · 2 comments · Fixed by #49
Closed

Move peer dependencies to dependencies #42

amannn opened this issue Nov 4, 2019 · 2 comments · Fixed by #49

Comments

@amannn
Copy link
Member

amannn commented Nov 4, 2019

This should be blocked by eslint/eslint#3458, however I just found this option on the CLI:

  --resolve-plugins-relative-to path::String  A folder where plugins should be
                                              resolved from, CWD by default

Maybe with that we could work around the issue.

@amannn
Copy link
Member Author

amannn commented May 18, 2020

Maybe this is unblocked now.

See:

ESLint will now resolve plugins relative to the entry configuration file. This means that shared configuration files that are located outside the project can now be colocated with the plugins they require.

From the 7.0 release notes.

@amannn amannn mentioned this issue Jul 9, 2020
@amannn
Copy link
Member Author

amannn commented Jul 9, 2020

It seems like if the shared eslint config contains all the necessary plugins, this is no longer an issue 🎉

EDIT: Wrong, it's still an issue 😔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant