godlint-cli 0.4.0

Command-line interface for Godlint.
1
2
3
4
function example(a, b) {
  if (a && b) {}
  let x = a ? b : 0;
}