godlint-cli 0.4.0

Command-line interface for Godlint.
1
2
3
4
function example(a, b, c) {
  if (a && b || c) {}
  if ((a ? b : c) && a) {}
}