We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lines-before-block
1 parent 0265923 commit 1cae2cbCopy full SHA for 1cae2cb
src/index.js
@@ -169,7 +169,7 @@ const createRecommendedRuleset = (warnOrError, flatName) => {
169
'jsdoc/implements-on-classes': warnOrError,
170
'jsdoc/imports-as-dependencies': 'off',
171
'jsdoc/informative-docs': 'off',
172
- 'jsdoc/lines-before-block': warnOrError,
+ 'jsdoc/lines-before-block': 'off',
173
'jsdoc/match-description': 'off',
174
'jsdoc/match-name': 'off',
175
'jsdoc/multiline-blocks': warnOrError,
0 commit comments