You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: