You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically when breaking lines. Google style has good line break rules that prettier's indent rules conflicts with. Given that gts enforces prettier/prettier, my fix gives me breaks like this:
newError('This is a long string that we'llneedtobreak.Googlestyle'
+'recommends continuing at at least +4 spaces, while prettier enforces +2');
Specifically when breaking lines. Google style has good line break rules that prettier's indent rules conflicts with. Given that
gts
enforcesprettier/prettier
, my fix gives me breaks like this:Here's the corresponding rule: https://google.github.io/styleguide/jsguide.html#formatting-indent
The text was updated successfully, but these errors were encountered: