From 7347e2cfd83b4bfab11d5a49e021be844c5958d2 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 7 Dec 2021 06:35:45 -0800 Subject: [PATCH] tools: enable JSDoc check-alignment lint rule --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index dd7c4ae8cb5f09..1f2e637b9b3eee 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',