Skip to content

Commit

Permalink
jsdoc: remove deprecated rule jsdoc/newline-after-description
Browse files Browse the repository at this point in the history
Will be causing error starting with eslint-plugin-jsdoc@43

gajus/eslint-plugin-jsdoc#1031
  • Loading branch information
legobeat committed Jul 12, 2023
1 parent 2a65274 commit a324d52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/base/rules-snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@
}
],
"jsdoc/multiline-blocks": "error",
"jsdoc/newline-after-description": "error",
"jsdoc/no-bad-blocks": "error",
"jsdoc/no-defaults": "error",
"jsdoc/no-multi-asterisks": "error",
Expand Down
1 change: 0 additions & 1 deletion packages/base/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ module.exports = {
{ tags: { param: true, returns: true } },
],
'jsdoc/multiline-blocks': 'error',
'jsdoc/newline-after-description': 'error',
'jsdoc/no-bad-blocks': 'error',
'jsdoc/no-defaults': 'error',
'jsdoc/no-multi-asterisks': 'error',
Expand Down

0 comments on commit a324d52

Please sign in to comment.