Skip to content

Commit 98a738b

Browse files
committed
chore: update comment
1 parent 8cbd97a commit 98a738b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/is-parenthesized.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function getParentSyntaxParen(node, sourceCode) {
2222
case "NewExpression":
2323
if (parent.arguments.length === 1 && parent.arguments[0] === node) {
2424
return sourceCode.getTokenAfter(
25-
// @ts-ignore https://github.com/typescript-eslint/typescript-eslint/pull/5384
25+
// @ts-expect-error https://github.com/typescript-eslint/typescript-eslint/pull/5384
2626
parent.typeArguments ||
2727
/** @type {RuleNode} */ (
2828
/** @type {unknown} */ (

0 commit comments

Comments
 (0)