summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/lib/rules/newline-before-return.js
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2018-12-08 08:42:29 -0500
committercjihrig <cjihrig@gmail.com>2018-12-10 08:47:26 -0500
commitcc8250fab86486632fdeb63892be735d7628cd13 (patch)
tree3fd31e93d3a8eba093267c6b168df9ad67b1a546 /tools/node_modules/eslint/lib/rules/newline-before-return.js
parent4aabd7ed641db5d78fdf7e1c93b93027ffc3a9b4 (diff)
downloadandroid-node-v8-cc8250fab86486632fdeb63892be735d7628cd13.tar.gz
android-node-v8-cc8250fab86486632fdeb63892be735d7628cd13.tar.bz2
android-node-v8-cc8250fab86486632fdeb63892be735d7628cd13.zip
tools: update ESLint to 5.10.0
Update ESLint to 5.10.0. PR-URL: https://github.com/nodejs/node/pull/24903 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Diffstat (limited to 'tools/node_modules/eslint/lib/rules/newline-before-return.js')
-rw-r--r--tools/node_modules/eslint/lib/rules/newline-before-return.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/node_modules/eslint/lib/rules/newline-before-return.js b/tools/node_modules/eslint/lib/rules/newline-before-return.js
index 2743bf7a8b..6a0ec8d5eb 100644
--- a/tools/node_modules/eslint/lib/rules/newline-before-return.js
+++ b/tools/node_modules/eslint/lib/rules/newline-before-return.js
@@ -36,7 +36,7 @@ module.exports = {
/**
* Tests whether node is preceded by supplied tokens
* @param {ASTNode} node - node to check
- * @param {array} testTokens - array of tokens to test against
+ * @param {Array} testTokens - array of tokens to test against
* @returns {boolean} Whether or not the node is preceded by one of the supplied tokens
* @private
*/