summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/lib/rules/space-infix-ops.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/lib/rules/space-infix-ops.js')
-rw-r--r--tools/node_modules/eslint/lib/rules/space-infix-ops.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/node_modules/eslint/lib/rules/space-infix-ops.js b/tools/node_modules/eslint/lib/rules/space-infix-ops.js
index 8d1d172c66..b2fbe47b47 100644
--- a/tools/node_modules/eslint/lib/rules/space-infix-ops.js
+++ b/tools/node_modules/eslint/lib/rules/space-infix-ops.js
@@ -41,9 +41,9 @@ module.exports = {
/**
* Returns the first token which violates the rule
- * @param {ASTNode} left - The left node of the main node
- * @param {ASTNode} right - The right node of the main node
- * @param {string} op - The operator of the main node
+ * @param {ASTNode} left The left node of the main node
+ * @param {ASTNode} right The right node of the main node
+ * @param {string} op The operator of the main node
* @returns {Object} The violator token or null
* @private
*/
@@ -61,8 +61,8 @@ module.exports = {
/**
* Reports an AST node as a rule violation
- * @param {ASTNode} mainNode - The node to report
- * @param {Object} culpritToken - The token which has a problem
+ * @param {ASTNode} mainNode The node to report
+ * @param {Object} culpritToken The token which has a problem
* @returns {void}
* @private
*/