prettier js function chaining problem with parenthesis

后端 未结 0 628
死守一世寂寞
死守一世寂寞 2021-02-01 22:13

I have a problem with prettier configuration. have something like this:

text
.split(\' \')
.reduce((x, y) =>
  x.length > y.length ? x : y
).length;
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题