Skip to content

Commit

Permalink
fix(jsdoc/require-description): allow see to not have a description
Browse files Browse the repository at this point in the history
  • Loading branch information
sasial-dev committed Nov 17, 2024
1 parent d1979f3 commit 669158a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/jsdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export async function jsdoc(options: OptionsStylistic = {}): Promise<Array<Typed
"jsdoc/require-asterisk-prefix": "warn",
"jsdoc/require-description": [
"warn",
{ exemptedBy: ["hidden, ignore", "inheritdoc", "client", "server"] },
{ exemptedBy: ["hidden, ignore", "inheritdoc", "client", "server", "see"] },
],
"jsdoc/require-description-complete-sentence": "warn",
"jsdoc/require-hyphen-before-param-description": "warn",
Expand Down

0 comments on commit 669158a

Please sign in to comment.