X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=CONTRIBUTING.md;h=4142a351215a766314be2e1dd18724d1cead8cb0;hb=fb7b29219d513a3a5465accf79c9eea02c04e345;hp=d5e6430f05ef0e323dc467a56548bd750ccf6a6a;hpb=515e5da7461f84786a9b6acf859cf65a083e2f4c;p=poolifier.git diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d5e6430f..4142a351 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,12 +7,10 @@ Another thing that you can do to contribute is to build something on top of ring Please ask your PR to be merged on **master** branch. -**How to run tests** - -**Unit tests and Coverage** +**How to run unit tests and coverage** ```bash - npm run test + npm test npm run coverage ``` @@ -22,10 +20,10 @@ Please ask your PR to be merged on **master** branch. npm run lint ``` -**How to lint and format (with prettier) your code** +**How to lint and format to standard JS your code** ```bash - npm run format && npm run lint:fix + npm run lint:fix ``` ### Project pillars