From 2b86e3fdaf735588d23709ddcdb89b093f6396dd Mon Sep 17 00:00:00 2001 From: Ben Woodward Date: Thu, 15 Jul 2021 09:01:18 -0700 Subject: Add make targets for prettier formatting (#50) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5d4fe19..5b8fc3d 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,14 @@ make run This project uses [Prettier](https://prettier.io/) formatting and all pull requests must pass the automated lint checks prior to merging. -Run the link check with: +Run the lint check with: ``` -npx prettier --check . '!**/*.min.{css,js}' +make fmt ``` Rewrite the files to resolve any style issues with: ``` -npx prettier --write . '!**/*.min.{css,js}' +make fmt.write ``` -- cgit v1.2.3