mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 17:18:19 -05:00
Requiring operators at the beginning of the line makes code more readable. When operators are on the left hand side they mirror the syntax of method chaining and it is easy to see the build of logic in a statement.