Skip to content

Commit 36a1fc3

Browse files
authored
docs: fix inaccurate comment on Rule's recommended property (typescript-eslint#7324)
fix: bad comment
1 parent a56af12 commit 36a1fc3

File tree

1 file changed

+1
-1
lines changed
  • packages/utils/src/ts-eslint

1 file changed

+1
-1
lines changed

packages/utils/src/ts-eslint/Rule.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ interface RuleMetaDataDocs {
1515
/**
1616
* The recommendation level for the rule.
1717
* Used by the build tools to generate the recommended and strict configs.
18-
* Set to false to not include it as a recommendation
18+
* Exclude to not include it as a recommendation.
1919
*/
2020
recommended?: RuleRecommendation;
2121
/**

0 commit comments

Comments
 (0)