Skip to content

Commit

Permalink
chore: remove "jsdoc/newline-after-description" rule because it was r…
Browse files Browse the repository at this point in the history
…emoved

as seen here: gajus/eslint-plugin-jsdoc#1031

BREAKING CHANGE: remove "jsdoc/newline-after-description" rule

Issues: MOL-29362
  • Loading branch information
Txabox committed Apr 25, 2024
1 parent 1d4383b commit b426241
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions configurations/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,6 @@ module.exports = {
"jsdoc/check-param-names": 1,
"jsdoc/check-tag-names": 1,
"jsdoc/check-types": 1,
"jsdoc/newline-after-description": [
1,
"always"
],
"jsdoc/require-description-complete-sentence": 1,
"jsdoc/require-hyphen-before-description": 0,
"jsdoc/require-param": 0,
Expand Down

0 comments on commit b426241

Please sign in to comment.