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

feat: add 'import/no-extraneous-dependencies' rule #17

Merged
merged 2 commits into from
Sep 15, 2023
Merged

Conversation

axtk
Copy link
Contributor

@axtk axtk commented Sep 3, 2023

This PR adds the rule that makes sure that no transitive dependencies are imported in the code without explicitly specifying them in package.json.

@axtk axtk requested a review from amje September 3, 2023 14:13
react.js Outdated Show resolved Hide resolved
@axtk axtk requested a review from amje September 3, 2023 14:43
base.js Outdated Show resolved Hide resolved
@ValeraS ValeraS merged commit 0bc3163 into main Sep 15, 2023
1 check passed
@ValeraS ValeraS deleted the transitive_deps branch September 15, 2023 15: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.

3 participants