Skip to content

Commit b3caff8

Browse files
committed
chore: Update no-comments rule ID and description
1 parent cef60c4 commit b3caff8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ This rule targets unnamed default exports and automatically generates a named ex
5959
}
6060
}
6161
```
62-
### 3. No-Disallowed-Comments Rule
62+
### 3. No-Comments Rule
6363

64-
**Rule ID:** `th-rules/no-disallowed-comments`
64+
**Rule ID:** `th-rules/no-comments`
6565

6666
#### Description
6767

@@ -82,7 +82,7 @@ You can also configure additional patterns to allow or disallow specific types o
8282
```json
8383
{
8484
"rules": {
85-
"th-rules/no-disallowed-comments": [
85+
"th-rules/no-comments": [
8686
"error",
8787
{
8888
"allow": ["keep", "important"],

0 commit comments

Comments
 (0)