Great tool!

Is there a way to configure it so this is okay (single-line if):

if (a < b) c = d;

but this is not okay (multi-line if without braces)

if (a < b)
  c = d;

-- 
You received this message because you are subscribed to the Google Groups 
"ESLint" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to