Skip to content

Commit

Permalink
fix(lines-before-block): remove rule from recommended
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

Have to selectively enable the `lines-before-block` rule to have it apply now.
  • Loading branch information
brettz9 committed Aug 7, 2024
1 parent 0265923 commit 1cae2cb
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 @@ -169,7 +169,7 @@ const createRecommendedRuleset = (warnOrError, flatName) => {
'jsdoc/implements-on-classes': warnOrError,
'jsdoc/imports-as-dependencies': 'off',
'jsdoc/informative-docs': 'off',
'jsdoc/lines-before-block': warnOrError,
'jsdoc/lines-before-block': 'off',
'jsdoc/match-description': 'off',
'jsdoc/match-name': 'off',
'jsdoc/multiline-blocks': warnOrError,
Expand Down

0 comments on commit 1cae2cb

Please sign in to comment.