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
committerRich Trott <rtrott@gmail.com>2021-12-09 19:31:38 +0300
commitecf4114f942bfadfaacc60f7972651166e8e6dae (patch)
treef5448926f655230ce6469bd393f76bfb9d2454b1 /.eslintrc.js
parent8aa3ce8b5979c3f054e4ae717b47e54560652bc2 (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 dd7c4ae8cb5..1f2e637b9b3 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',