Skip to content

Commit 9bc2406

Browse files
committed
avoid adding new rule to recommended ruleset (other stylistic rules like enforcing a complete sentence are similarly not enabled)
1 parent 009c055 commit 9bc2406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const createRecommendedRuleset = (warnOrError) => {
128128
'jsdoc/check-values': warnOrError,
129129
'jsdoc/empty-tags': warnOrError,
130130
'jsdoc/implements-on-classes': warnOrError,
131-
'jsdoc/informative-docs': warnOrError,
131+
'jsdoc/informative-docs': 'off',
132132
'jsdoc/match-description': 'off',
133133
'jsdoc/match-name': 'off',
134134
'jsdoc/multiline-blocks': warnOrError,

0 commit comments

Comments
 (0)