Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 590 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 590 Bytes

Storybook

Enabled

This plugin is enabled when any of the following package names and/or regular expressions has a match in dependencies or devDependencies:

  • /^@storybook\//
  • @nrwl/storybook

Default configuration

{
  "storybook": {
    "config": [".storybook/{main,manager}.{js,ts}"],
    "entry": [".storybook/preview.{js,jsx,ts,tsx}", "**/*.stories.{js,jsx,ts,tsx}"],
    "project": [".storybook/**/*.{js,jsx,ts,tsx}"]
  }
}

Also see Knip plugins for more information about plugins.