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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,7 @@ This plugin does not support MDX files.
185
185
|[`storybook/no-stories-of`](./docs/rules/no-stories-of.md)| storiesOf is deprecated and should not be used || <ul><li>csf-strict</li><li>flat/csf-strict</li></ul> |
186
186
|[`storybook/no-title-property-in-meta`](./docs/rules/no-title-property-in-meta.md)| Do not define a title in meta | 🔧 | <ul><li>csf-strict</li><li>flat/csf-strict</li></ul> |
187
187
|[`storybook/no-uninstalled-addons`](./docs/rules/no-uninstalled-addons.md)| This rule identifies storybook addons that are invalid because they are either not installed or contain a typo in their name. || <ul><li>recommended</li><li>flat/recommended</li></ul> |
188
-
|[`storybook/only-csf3`](./docs/rules/only-csf3.md)| Enforce Component Story Format 3.0 (CSF3) for stories || N/A |
188
+
|[`storybook/only-csf3`](./docs/rules/only-csf3.md)| Enforce Component Story Format 3.0 (CSF3) for stories |🔧| N/A |
189
189
|[`storybook/prefer-pascal-case`](./docs/rules/prefer-pascal-case.md)| Stories should use PascalCase | 🔧 | <ul><li>recommended</li><li>flat/recommended</li></ul> |
190
190
|[`storybook/story-exports`](./docs/rules/story-exports.md)| A story file must contain at least one story export || <ul><li>recommended</li><li>flat/recommended</li><li>csf</li><li>flat/csf</li><li>csf-strict</li><li>flat/csf-strict</li></ul> |
191
191
|[`storybook/use-storybook-expect`](./docs/rules/use-storybook-expect.md)| Use expect from `@storybook/test`, `storybook/test` or `@storybook/jest`| 🔧 | <ul><li>addon-interactions</li><li>flat/addon-interactions</li><li>recommended</li><li>flat/recommended</li></ul> |
0 commit comments