Skip to content

Commit eec23c1

Browse files
committed
chore(eslint-plugin): fix type error
1 parent 7867029 commit eec23c1

File tree

1 file changed

+1
-1
lines changed
  • packages/eslint-plugin/src/rules/no-context-default-value

1 file changed

+1
-1
lines changed

packages/eslint-plugin/src/rules/no-context-default-value/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports = createRule({
4343
const createContextParentIdentifiers = [];
4444

4545
/**
46-
* @param {import("@typescript-eslint/utils").TSESTree.LeftHandSideExpression} callee
46+
* @param {import("@typescript-eslint/utils").TSESTree.Expression} callee
4747
*/
4848
function isCalleeCreateContext(callee) {
4949
if (

0 commit comments

Comments
 (0)