gajus / eslint-plugin-jsdoc

JSDoc specific linting rules for ESLint.
Other
1.1k stars 160 forks source link

fix(`lines-before-block`): remove rule from recommended #1297

Closed brettz9 closed 3 months ago

brettz9 commented 3 months ago

fix(lines-before-block): remove rule from recommended

BREAKING CHANGE:

Have to selectively enable the lines-before-block rule to have it apply now.

The rule still has some issues to work out, so dropping from recommended for now.

github-actions[bot] commented 3 months ago

:tada: This issue has been resolved in version 50.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

Arkellys commented 3 months ago

The rule is still marked as recommended in the docs, but maybe you just plan to add it back later?

brettz9 commented 3 months ago

Thanks! Fixing in #1306