Skip to content

Commit 0c14e7e

Browse files
Trotttargos
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 <[email protected]>
1 parent f176124 commit 0c14e7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +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',
354353

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

0 commit comments

Comments
 (0)