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:
authorLuigi Pinca <luigipinca@gmail.com>2021-02-28 09:59:30 +0300
committerLuigi Pinca <luigipinca@gmail.com>2021-03-02 22:39:26 +0300
commit20def25f25d824df62859785724e6e712c7e3292 (patch)
tree08ded3311ca3043587edb3a39c681a9403172e06 /tools/node_modules/eslint/lib/rules/use-isnan.js
parent993963e2ee1c24dee0f39dbdbb3283272c30679c (diff)
tools: update ESLint to 7.21.0
PR-URL: https://github.com/nodejs/node/pull/37546 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'tools/node_modules/eslint/lib/rules/use-isnan.js')
-rw-r--r--tools/node_modules/eslint/lib/rules/use-isnan.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/node_modules/eslint/lib/rules/use-isnan.js b/tools/node_modules/eslint/lib/rules/use-isnan.js
index 53ffeb7e6d1..0c7e888c976 100644
--- a/tools/node_modules/eslint/lib/rules/use-isnan.js
+++ b/tools/node_modules/eslint/lib/rules/use-isnan.js
@@ -101,7 +101,7 @@ module.exports = {
}
/**
- * Checks the the given `CallExpression` node for `.indexOf(NaN)` and `.lastIndexOf(NaN)`.
+ * Checks the given `CallExpression` node for `.indexOf(NaN)` and `.lastIndexOf(NaN)`.
* @param {ASTNode} node The node to check.
* @returns {void}
*/