Skip to content

Commit

Permalink
refactor: fix is-member-call-with-object-name.js
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jul 24, 2024
1 parent ebbcbba commit 567578c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @param {string} objectName
* @param {Node} node
* @param {import('estree').Node} node
* @returns {node is CallExpression}
*/
function isMemberCallWithObjectName(objectName, node) {
Expand Down

0 comments on commit 567578c

Please sign in to comment.