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

Commit

Permalink
Fix completed-docs rule (#3868)
Browse files Browse the repository at this point in the history
- Fixes building of master
- Add escaping to backticks introduced in #3823
  • Loading branch information
rwaskiewicz authored and suchanlee committed May 2, 2018
1 parent f47aeb3 commit 7682184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/completedDocsRule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export class Rule extends Lint.Rules.TypedRule {
ruleName: "completed-docs",
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 7682184

Please sign in to comment.