Skip to content

Commit 91fc85a

Browse files
Trottdanielleadams
authored andcommitted
tools: enable jsdoc/tag-lines ESLint rule
This rule is part of the JSDoc ESLint plugin's recommneded rule set. It prohibits blank lines between JSDoc tags. PR-URL: #41147 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 4814667 commit 91fc85a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.eslintrc.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,6 @@ module.exports = {
350350
'jsdoc/require-returns': 'off',
351351
'jsdoc/require-property-description': 'off',
352352
'jsdoc/check-param-names': 'off',
353-
'jsdoc/tag-lines': 'off',
354-
'jsdoc/require-returns-type': 'off',
355353

356354
// Custom rules from eslint-plugin-node-core
357355
'node-core/no-unescaped-regexp-dot': 'error',

0 commit comments

Comments
 (0)