#926910 RFP: node-evacuated-prettier-eslint-cli -- CLI for prettier-eslint

#926910#5
Date:
2019-04-12 05:08:44 UTC
From:
To:
* Package name    : node-evacuated-prettier-eslint-cli
  Version         : 0.0.0-semantically-released
  Upstream Author : Kent C. Dodds <kent@doddsfamily.us>
* URL             : https://salsa.debian.org/themusicgod1-guest/evacuated-prettier-eslint-cli/
* License         : MIT
  Programming Lang: javascript
  Description     : CLI for prettier-eslint

This is a fork of prettier-eslint-cli outside of the NSA/Microsoft walled garden.

The problem prettier-eslint-cli addresses:
You have a bunch of files that you want to format using prettier-eslint. But prettier-eslint can
only operate on strings.

solution:
This is a CLI that allows you to use prettier-eslint on one or multiple files. prettier-eslint-cli
forwards on the filePath and other relevant options to prettier-eslint which identifies the
applicable ESLint config for each file and uses that to determine the options for prettier
and eslint --fix.

prettier-eslint-cli is a prerequisite for node-evacuated-mocha ( #926741 )