lynt
lynt copied to clipboard
CLI flags should override config file options
For example, if the user had:
.lyntrc
{
"react": false
}
And then ran lynt --react, the value of the react option should be true.