Skip to content
Permalink
Browse files

Chore: Fix lint failure in JSDoc comment (#12489)

We merged a PR that had been waiting for a while, and we had added a
lint rule since it had been opened that caused the build to fail once
merged to master.
  • Loading branch information
btmills committed Oct 24, 2019
1 parent aac3be4 commit 923a8cb752b8dee1e622c5fd36f3f53288e30602
Showing with 1 addition and 1 deletion.
  1. +1 −1 lib/rules/no-param-reassign.js
@@ -148,7 +148,7 @@ module.exports = {
* Tests that an identifier name matches any of the ignored property assignments.
* First we test strings in ignoredPropertyAssignmentsFor.
* Then we instantiate and test RegExp objects from ignoredPropertyAssignmentsForRegex strings.
* @param {string} identifierName - A string that describes the name of an identifier to
* @param {string} identifierName A string that describes the name of an identifier to
* ignore property assignments for.
* @returns {boolean} Whether the string matches an ignored property assignment regular expression or not.
*/

0 comments on commit 923a8cb

Please sign in to comment.