Skip to content

Commit 868d747

Browse files
committed
docs: minor fixes
1 parent 446eb46 commit 868d747

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

packages/plugins/eslint-plugin-react-naming-convention/src/rules/component-name.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ function MyComponent() {
7878
- [Rule source](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-naming-convention/src/rules/component-name.ts)
7979
- [Test source](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-naming-convention/src/rules/component-name.spec.ts)
8080

81+
---
82+
8183
## See Also
8284

8385
- [`context-name`](./naming-convention-context-name)\

packages/plugins/eslint-plugin-react-naming-convention/src/rules/context-name.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ const ThemeContext = createContext({});
4141
- [Rule source](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-naming-convention/src/rules/context-name.ts)
4242
- [Test source](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-naming-convention/src/rules/context-name.spec.ts)
4343

44+
---
45+
4446
## See Also
4547

4648
- [`component-name`](./naming-convention-component-name)\

packages/plugins/eslint-plugin-react-naming-convention/src/rules/filename-extension.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ export default [
9393
- [Rule source](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-naming-convention/src/rules/filename-extension.ts)
9494
- [Test source](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-naming-convention/src/rules/filename-extension.spec.ts)
9595
96+
---
97+
9698
## See Also
9799
98100
- [`filename`](./naming-convention-filename)\

packages/plugins/eslint-plugin-react-naming-convention/src/rules/filename.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ export default [
130130
- [Rule source](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-naming-convention/src/rules/filename.ts)
131131
- [Test source](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-naming-convention/src/rules/filename.spec.ts)
132132
133+
---
134+
133135
## See Also
134136
135137
- [`filename-extension`](./filename-extension):

0 commit comments

Comments
 (0)