From: Shinigami92 Date: Sun, 7 Feb 2021 12:24:06 +0000 (+0100) Subject: Update CONTRIBUTING.md X-Git-Tag: v2.0.0-beta.2~80^2~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=5eff85b9bf1a04d19a9c896a79310a24ffd20317;p=poolifier.git Update CONTRIBUTING.md --- 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 ```