Skip to content

Commit c183546

Browse files
committed
docs: minor improvements
1 parent b6ae74a commit c183546

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

apps/website/content/docs/rules/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ full: true
113113

114114
| Rule || Features | Description |
115115
| :------------------------------------------------------------- | :- | :------- | :------------------------------------------------------------------------------- |
116-
| [`component-name`](./naming-convention-component-name) | 0️⃣ | `🔍` `⚙️` | Enforces naming conventions for components. |
117-
| [`context-name`](./naming-convention-context-name) | 0️⃣ | `🔍` | Enforces naming conventions for context providers. |
118-
| [`filename`](./naming-convention-filename) | 0️⃣ | `🔍` `⚙️` | Enforces naming convention for JSX files. |
116+
| [`component-name`](./naming-convention-component-name) | 0️⃣ | `🔍` `⚙️` | Enforces consistent naming conventions for components. |
117+
| [`context-name`](./naming-convention-context-name) | 0️⃣ | `🔍` | Enforces consistent naming conventions for context providers. |
118+
| [`filename`](./naming-convention-filename) | 0️⃣ | `🔍` `⚙️` | Enforces consistent file naming conventions. |
119119
| [`filename-extension`](./naming-convention-filename-extension) | 0️⃣ | `🔍` `⚙️` | Enforces consistent use of the JSX file extension. |
120120
| [`use-state`](./naming-convention-use-state) | 0️⃣ | `🔍` | Enforces destructuring and symmetric naming of `useState` hook value and setter. |
121121

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ react-naming-convention/context-name
2020

2121
## What it does
2222

23-
Enforces naming conventions for context providers.
23+
Enforces consistent naming conventions for context providers.
2424

2525
## Examples
2626

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ react-naming-convention/filename
2020

2121
## What it does
2222

23-
Enforces naming convention for JSX files. Can be used to enforce PascalCase, camelCase, kebab-case, snake_case. By default, it enforces PascalCase.
23+
Enforces consistent file naming conventions. Can be used to enforce PascalCase, camelCase, kebab-case, snake_case. By default, it enforces PascalCase.
2424

2525
## Examples
2626

0 commit comments

Comments
 (0)