Skip to content

Commit 78894fa

Browse files
Trottdanielleadams
authored andcommitted
tools: enable JSDoc check-alignment lint rule
PR-URL: #41109 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent c9b09d1 commit 78894fa

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
@@ -352,7 +352,6 @@ module.exports = {
352352
'jsdoc/check-param-names': 'off',
353353
'jsdoc/tag-lines': 'off',
354354
'jsdoc/require-returns-type': 'off',
355-
'jsdoc/check-alignment': 'off',
356355

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

0 commit comments

Comments
 (0)