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
Shouldn't we add to the eslint rule import/no-extraneous-dependencies the files that are stories for storybook?
Their dependencies are actually dev dependencies.
the expression could be '**/*.stories.{js,jsx}'
The text was updated successfully, but these errors were encountered:
That's not the convention we follow for our storybook files (we do not colocate production files with dev files, so stories, like tests, live in their own top-level directory with a parallel structure to the actual code); also, using storybook itself isn't necessarily universal. I don't think this is useful for the time being.
Shouldn't we add to the eslint rule
import/no-extraneous-dependencies
the files that are stories for storybook?Their dependencies are actually dev dependencies.
the expression could be '**/*.stories.{js,jsx}'
The text was updated successfully, but these errors were encountered: