diff --git a/docs/rules/meta-inline-properties.md b/docs/rules/meta-inline-properties.md index efd058b..0ba7df3 100644 --- a/docs/rules/meta-inline-properties.md +++ b/docs/rules/meta-inline-properties.md @@ -29,7 +29,3 @@ export default { component: Button, } ``` - -## Further Reading - -If there are other links that describe the issue this rule addresses, please include them here in a bulleted list. diff --git a/docs/rules/use-storybook-expect.md b/docs/rules/use-storybook-expect.md index ecdd429..b3e70a4 100644 --- a/docs/rules/use-storybook-expect.md +++ b/docs/rules/use-storybook-expect.md @@ -34,7 +34,3 @@ Default.play = () => { ## When Not To Use It This rule should not be applied in test files. Please ensure you are defining the storybook rules only for story files. You can see more details [here](https://github.com/storybookjs/eslint-plugin-storybook#overridingdisabling-rules). - -## Further Reading - -If there are other links that describe the issue this rule addresses, please include them here in a bulleted list. diff --git a/docs/rules/use-storybook-testing-library.md b/docs/rules/use-storybook-testing-library.md index 50abac1..05151a6 100644 --- a/docs/rules/use-storybook-testing-library.md +++ b/docs/rules/use-storybook-testing-library.md @@ -36,7 +36,3 @@ Default.play = async (context) => { ## When Not To Use It This rule should not be applied in test files. Please ensure you are defining the storybook rules only for story files. You can see more details [here](https://github.com/storybookjs/eslint-plugin-storybook#overridingdisabling-rules). - -## Further Reading - -If there are other links that describe the issue this rule addresses, please include them here in a bulleted list.