sheerun / prettier-standard

Formats with Prettier and lints with ESLint+Standard! (✿◠‿◠)
MIT License
868 stars 44 forks source link

How do I send a custom CLI option to eslint? #123

Open Hultner opened 2 years ago

Hultner commented 2 years ago

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.