create-prettier-eslint
v1.3.2
Published
Creates eslint and prettier config files and installs the required dependencies to allow them to play well together.
Readme
create-prettier-eslint
Creates eslint and prettier config files and installs the required dependencies to allow them to play well together.

Usage
npm init prettier-eslint
# or
npx create-prettier-eslintLocal Development
git clone [email protected]:leggsimon/create-prettier-eslint.git
cd create-prettier-eslint
npm installHow to publish
(This is more for me, so I don’t forget)
This uses the np package to deploy. On the master branch locally run np and follow the instructions.
