ocket8888 commented on code in PR #7933:
URL: https://github.com/apache/trafficcontrol/pull/7933#discussion_r1480856680
##########
experimental/traffic-portal/.eslintrc.json:
##########
@@ -88,7 +88,7 @@
],
"id-match": "error",
"import/no-deprecated": "warn",
- "jsdoc/newline-after-description": "error",
+ "jsdoc/newline-after-description": "off",
Review Comment:
So looking at the output, it seems they've gotten rid of this rule. [The
release notes for the plugin version that dropped
it](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v42.0.0) mention
a way to achieve equivalent configuration using [the `tag-lines`
rule](https://github.com/gajus/eslint-plugin-jsdoc/blob/3a5dd7d9f67fc01ec848758443c04da29d45327b/docs/rules/tag-lines.md#readme).
I'm afraid you're going to have to replace this line, actually. I didn't
realize that this rule had been removed earlier - my bad.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]