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
{
"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.