From 0c1aadf0be10f3080a6fd3b0487466f649c761c9 Mon Sep 17 00:00:00 2001 From: Wei Ting <59229084+hoonweiting@users.noreply.github.com> Date: Tue, 23 May 2023 02:15:52 +0800 Subject: [PATCH 1/3] Remove 'Further Reading' from meta-inline-properties.md --- docs/rules/meta-inline-properties.md | 4 ---- 1 file changed, 4 deletions(-) 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. From d569629cd21d95eba3ba10b26c27ea366657b249 Mon Sep 17 00:00:00 2001 From: Wei Ting <59229084+hoonweiting@users.noreply.github.com> Date: Tue, 23 May 2023 02:16:44 +0800 Subject: [PATCH 2/3] Remove 'Further Reading' from use-storybook-expect.md --- docs/rules/use-storybook-expect.md | 4 ---- 1 file changed, 4 deletions(-) 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. From 36cea15b55dfe1ba3e51f7e2bafb87cf46a09132 Mon Sep 17 00:00:00 2001 From: Wei Ting <59229084+hoonweiting@users.noreply.github.com> Date: Tue, 23 May 2023 02:17:00 +0800 Subject: [PATCH 3/3] Remove 'Further Reading' from use-storybook-testing-library.md --- docs/rules/use-storybook-testing-library.md | 4 ---- 1 file changed, 4 deletions(-) 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.