This seems to do the trick locally. Because the option is kind of long, I had to set maxPadFactor: 2.5 to keep the options aligned. I think it still looks okay, but it might limit the amount of descriptive text per line on a standard width terminal a bit too much.
I couldn't find any good alternatives in the optionator options, but of course we could rename the option to something shorter (at the cost of losing parity with the ESLint CLI).
Closes #98.
This seems to do the trick locally. Because the option is kind of long, I had to set
maxPadFactor: 2.5
to keep the options aligned. I think it still looks okay, but it might limit the amount of descriptive text per line on a standard width terminal a bit too much.I couldn't find any good alternatives in the optionator options, but of course we could rename the option to something shorter (at the cost of losing parity with the ESLint CLI).