Creates eslint and prettier config files and installs the required dependencies to allow them to play well together.
npm init prettier-eslint
# or
npx create-prettier-eslint
git clone [email protected]:leggsimon/create-prettier-eslint.git
cd create-prettier-eslint
npm install
(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.