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

Improved "complete docs" docs #3006

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions rules/completed-docs/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
ruleName: completed-docs
description: Enforces documentation for important items be filled out.
description: Enforces JSDoc comments for important items be filled out.
optionsDescription: |-

`true` to enable for [classes, functions, methods, properties]],
`true` to enable for `["classes", "functions", "methods", "properties"]`,
or an array with each item in one of two formats:

* `string` to enable for that type
Expand Down Expand Up @@ -464,4 +464,4 @@
]
}
}
---
---