Skip to content

Commit

Permalink
avoid adding new rule to recommended ruleset (other stylistic rules l…
Browse files Browse the repository at this point in the history
…ike enforcing a complete sentence are similarly not enabled)
  • Loading branch information
brettz9 committed Apr 11, 2023
1 parent 009c055 commit 9bc2406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const createRecommendedRuleset = (warnOrError) => {
'jsdoc/check-values': warnOrError,
'jsdoc/empty-tags': warnOrError,
'jsdoc/implements-on-classes': warnOrError,
'jsdoc/informative-docs': warnOrError,
'jsdoc/informative-docs': 'off',
'jsdoc/match-description': 'off',
'jsdoc/match-name': 'off',
'jsdoc/multiline-blocks': warnOrError,
Expand Down

0 comments on commit 9bc2406

Please sign in to comment.