We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef60c4 commit b3caff8Copy full SHA for b3caff8
README.md
@@ -59,9 +59,9 @@ This rule targets unnamed default exports and automatically generates a named ex
59
}
60
61
```
62
-### 3. No-Disallowed-Comments Rule
+### 3. No-Comments Rule
63
64
-**Rule ID:** `th-rules/no-disallowed-comments`
+**Rule ID:** `th-rules/no-comments`
65
66
#### Description
67
@@ -82,7 +82,7 @@ You can also configure additional patterns to allow or disallow specific types o
82
```json
83
{
84
"rules": {
85
- "th-rules/no-disallowed-comments": [
+ "th-rules/no-comments": [
86
"error",
87
88
"allow": ["keep", "important"],
0 commit comments