Skip to content

Commit

Permalink
[INTERNAL] eslint: replace 'jsdoc/newline-after-description' with 'js…
Browse files Browse the repository at this point in the history
…doc/tag-lines'
  • Loading branch information
flovogt committed Sep 1, 2023
1 parent 7a0b25f commit d81c32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ module.exports = {
"jsdoc/check-param-names": 2,
"jsdoc/check-tag-names": 2,
"jsdoc/check-types": 2,
"jsdoc/newline-after-description": 2,
"jsdoc/no-undefined-types": 0,
"jsdoc/require-description": 0,
"jsdoc/require-description-complete-sentence": 0,
Expand All @@ -65,6 +64,7 @@ module.exports = {
"jsdoc/require-returns": 0,
"jsdoc/require-returns-description": 0,
"jsdoc/require-returns-type": 2,
"jsdoc/tag-lines": [2, "any", {"startLines": 1}],
"jsdoc/valid-types": 0
},
"settings": {
Expand Down

0 comments on commit d81c32a

Please sign in to comment.