We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56af12 commit 36a1fc3Copy full SHA for 36a1fc3
packages/utils/src/ts-eslint/Rule.ts
@@ -15,7 +15,7 @@ interface RuleMetaDataDocs {
15
/**
16
* The recommendation level for the rule.
17
* Used by the build tools to generate the recommended and strict configs.
18
- * Set to false to not include it as a recommendation
+ * Exclude to not include it as a recommendation.
19
*/
20
recommended?: RuleRecommendation;
21
0 commit comments