I was considering to create a tool for linters to create config file
interactively in the terminal, so this would look like this:
$ tool eslint
Q: Single quotesordouble quotes?
> 'single'
"double"
That's it. Get rules with possible values and ask with code samples. This
requires linters to be able to expose both rules and values via api.
However, after a short discussion, we thought it might be much better to
let linter do it by itself.
I'd like to discuss this possibility.
--
You received this message because you are subscribed to the Google Groups
"ESLint" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.