Skip to content

Commit

Permalink
Merge pull request #131 from hoonweiting/further-reading
Browse files Browse the repository at this point in the history
Remove uninformative 'Further Reading' sections from rule docs
  • Loading branch information
yannbf authored May 17, 2024
2 parents 776b2c9 + 36cea15 commit 567cb2d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions docs/rules/meta-inline-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 0 additions & 4 deletions docs/rules/use-storybook-expect.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 0 additions & 4 deletions docs/rules/use-storybook-testing-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 567cb2d

Please sign in to comment.