We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295d91b commit e94078aCopy full SHA for e94078a
1 file changed
src/needs-parens.mjs
@@ -90,10 +90,6 @@ function needsParens(path, options) {
90
return true;
91
}
92
93
- if (po === "|>" && no === "|>") {
94
- return false;
95
- }
96
-
97
if (pp === np && key === "right") {
98
99
0 commit comments