From 5eff85b9bf1a04d19a9c896a79310a24ffd20317 Mon Sep 17 00:00:00 2001 From: Shinigami92 Date: Sun, 7 Feb 2021 13:24:06 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b5425d3c..c66f6d94 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,11 +18,11 @@ Please ask your PR to be merged on master branch .
How to check if your new code is standard style
```bash - npm run standard + npm run standard:verbose && npm run ts-standard:verbose ``` How to lint and format (with prettier) your code
```bash - npm run lint + npm run lint-and-format ``` -- 2.34.1