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

Fix eslint import/no-extraneous-dependencies #54

Open
W01fw00d opened this issue Oct 20, 2021 · 0 comments
Open

Fix eslint import/no-extraneous-dependencies #54

W01fw00d opened this issue Oct 20, 2021 · 0 comments

Comments

@W01fw00d
Copy link
Owner

https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-extraneous-dependencies.md

It seems eslint is not ok with where the dependencies are declared in package.json (devDependencies vs dependencies)...

Need to check were they should be declared, and test with webpack the lib/ build to be sure that we are not including any extra dependency on the npm package; or in the storybook build for prod.

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

No branches or pull requests

1 participant