lynt icon indicating copy to clipboard operation
lynt copied to clipboard

CLI flags should override config file options

Open saadq opened this issue 6 years ago • 0 comments

For example, if the user had:

.lyntrc

{
  "react": false
}

And then ran lynt --react, the value of the react option should be true.

saadq avatar Feb 12 '19 10:02 saadq