From 4afa738abcfc2e13e12dea77c6c71aefcf02db81 Mon Sep 17 00:00:00 2001 From: Greg Zaitsev Date: Wed, 30 Jun 2021 08:21:53 +0000 Subject: [PATCH] Update linter and formatter commands in README --- --- a/README.md +++ b/README.md @@ -238,11 +238,16 @@ ### Apply formatting and clippy fixes ```bash -cargo clippy --fix -Z unstable-options --allow-dirty --allow-staged +cargo clippy cargo fmt ``` ### Format tests ```bash pushd tests && yarn fix ; popd +``` + +### Check code style in tests +```bash +cd tests && yarn eslint --ext .ts,.js src/ ``` \ No newline at end of file -- gitstuff