We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e43e51 + a38f34c commit 0c2ffa7Copy full SHA for 0c2ffa7
lib/util/variable.js
@@ -7,6 +7,7 @@
7
/**
8
* Record that a particular variable has been used in code
9
*
10
+ * @param {Object} context The current rule context.
11
* @param {String} name The name of the variable to mark as used.
12
* @returns {Boolean} True if the variable was found and marked as used, false if not.
13
*/
0 commit comments