google / eslint-config-google

ESLint shareable config for the Google JavaScript style guide
Apache License 2.0
1.74k stars 140 forks source link

Ensure the proper placement of a break when wrapping an operator #60

Closed mciesin closed 5 years ago

mciesin commented 5 years ago

The uncommented rule ensures the proper breaking of statements containing operators, in compliance with the guide, more precisely with this statement:

When a line is broken at an operator the break comes after the symbol.