Skip to content

Commit

Permalink
fix: lint error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
developer-bandi committed May 12, 2024
1 parent 90e8748 commit 0bd9dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/src/util/getWrappingFixer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function isWeakPrecedenceParent(
node: TSESTree.Node,
parent = node.parent,
): boolean {
if (!parent){
if (!parent) {
return false;
}

Expand Down

0 comments on commit 0bd9dcd

Please sign in to comment.