W01fw00d / chemistry-ui

User Interface Components Library, based on Material-UI. It uses Storybook to generate a catalog.
https://chemistry-ui.netlify.app/?path=/story/*
1 stars 0 forks source link

Fix eslint import/no-extraneous-dependencies #54

Open W01fw00d opened 2 years ago

W01fw00d commented 2 years ago

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.