Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-12-07 17:35:45 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2022-02-01 07:08:52 +0300
commit33be3e845170bb6f6c0d40071d3dbb665c4f2835 (patch)
tree1b293302c92266c0bf72ff9b512e904b34722abf /.eslintrc.js
parent59d159f6c3d44fc3466b1a35967a17574c54dc08 (diff)
tools: enable JSDoc check-alignment lint rule
PR-URL: https://github.com/nodejs/node/pull/41109 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index a0a0f3d868d..0dd79eb25f0 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -352,7 +352,6 @@ module.exports = {
'jsdoc/check-param-names': 'off',
'jsdoc/tag-lines': 'off',
'jsdoc/require-returns-type': 'off',
- 'jsdoc/check-alignment': 'off',
// Custom rules from eslint-plugin-node-core
'node-core/no-unescaped-regexp-dot': 'error',