From bfcd8cf33eeb935fcebc6145903fe107c0522a28 Mon Sep 17 00:00:00 2001 From: Zahra Jabini Date: Fri, 29 May 2020 09:02:20 -0400 Subject: [PATCH] =?UTF-8?q?Update=20ReadME=20=F0=9F=92=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ff18ff1f..962eb1d70 100644 --- a/README.md +++ b/README.md @@ -448,7 +448,7 @@ editor.render(element); Fork the repo, write a test, make a change, open a PR. -### Tests +### Tests, Linting, Formatting Install dependencies via yarn: @@ -467,6 +467,14 @@ Or run headless tests via testem: Tests in CI are run at Travis via Saucelabs (see the `test:ci` yarn script). +Run linter + +* `yarn lint` + +Run formatting + +* `yarn format` + ### Demo To run the demo site locally: