We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d598cf commit 9e1217bCopy full SHA for 9e1217b
src/plugins/jsdoc.ts
@@ -12,7 +12,8 @@ export const settings: Linter.Config = {
12
"jsdoc/newline-after-description": "warn",
13
"jsdoc/no-types": "warn",
14
"jsdoc/require-description": "warn",
15
- "jsdoc/require-description-complete-sentence": "warn",
+ // Rule is too strict.
16
+ "jsdoc/require-description-complete-sentence": "off",
17
"jsdoc/require-hyphen-before-param-description": "warn",
18
"jsdoc/require-jsdoc": "warn",
19
"jsdoc/require-param-description": "warn",
0 commit comments