-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Shall we add exemptedBy: ["inheritdoc", "return"] to
eslint-config-yscope/common.js
Lines 1429 to 1436 in 458f22e
| "jsdoc/require-description": [ | |
| "warn", | |
| { | |
| checkConstructors: false, | |
| checkGetters: false, | |
| checkSetters: false, | |
| }, | |
| ], |
so that we can achieve below from our docs guideline?
The description should be omitted if the return value description would repeat the description.
Reference
https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/require-description.md#options
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels