File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
packages/plugins/eslint-plugin-react-naming-convention/src/rules Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff 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 ) \
Original file line number Diff line number Diff 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 ) \
Original file line number Diff line number Diff 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)\
Original file line number Diff line number Diff 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):
You can’t perform that action at this time.
0 commit comments