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

chore: fix extraneous dependencies in packages and introduce eslint import #1140

Merged
merged 9 commits into from
Jul 21, 2023

Conversation

spalladino
Copy link
Collaborator

Add eslint-import and enforce no-extraneous-dependencies so, whenever we import something from a package, that package must be declared as direct dependency in package.json. This avoids surprises like #1135.

@spalladino spalladino requested a review from spypsy July 21, 2023 16:49
Copy link
Collaborator

@ludamad ludamad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking this up, I assume eslint times are still reasonable?

@spalladino
Copy link
Collaborator Author

Yup, at least on my machine they are!

@spalladino spalladino merged commit b546727 into master Jul 21, 2023
@spalladino spalladino deleted the palla/eslint-import branch July 21, 2023 18:29
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 this pull request may close these issues.

2 participants