prettier-standard
prettier-standard copied to clipboard
How do I send a custom CLI option to eslint?
I want to send a CLI-option to specify a custom output format to eslint.
I need to do this so I can get linting errors as JSON to be used with automated tooling. I've tried looking in the documentation and source code but didn't find any obvious way.