Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
Improved "complete docs" docs (#3823)
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified authored and suchanlee committed May 1, 2018
1 parent 37dddca commit 9af0b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rules/completedDocsRule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ export class Rule extends Lint.Rules.TypedRule {
/* tslint:disable:object-literal-sort-keys */
public static metadata: Lint.IRuleMetadata = {
ruleName: "completed-docs",
description: "Enforces documentation for important items be filled out.",
description: "Enforces JSDoc comments for important items be filled out.",
optionsDescription: Lint.Utils.dedent`
\`true\` to enable for [${Object.keys(Rule.defaultArguments).join(", ")}]],
\`true\` to enable for `[${Object.keys(Rule.defaultArguments).join(", ")}]`,
or an array with each item in one of two formats:
* \`string\` to enable for that type
Expand Down

0 comments on commit 9af0b65

Please sign in to comment.