Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Newbie012 committed Mar 5, 2023
1 parent 8050ff7 commit 381ea96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const rule = createRule({
!ref.isTypeReference &&
!ASTUtils.isAncestorIsCallee(ref.identifier) &&
!existingKeys.some((existingKey) => existingKey === text) &&
!(existingKeys.includes(text.split(".")[0] ?? ""))
!existingKeys.includes(text.split('.')[0] ?? '')
)
})
.map(({ ref, text }) => ({
Expand Down

0 comments on commit 381ea96

Please sign in to comment.