pagarme / javascript-style-guide

:art: Javascript styleguide followed by us here at Pagar.me
MIT License
50 stars 8 forks source link

Extra parentheses rule #17

Closed mccraveiro closed 2 years ago

mccraveiro commented 6 years ago

Context

While reviewing our core project I found this:

.then((propEq('length', 0)))

If we had this rule active, this wouldn't happen.

derekstavis commented 6 years ago

I'm +1 to enabling the no extra parenthesis rule!