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 19be0c0..5fe0641 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#eslint-overrides). - -## 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 4bae7ef..e31e5ea 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#eslint-overrides). - -## Further Reading - -If there are other links that describe the issue this rule addresses, please include them here in a bulleted list.