Merge pull request #82 from pioardi/editorconfig
[poolifier.git] / CONTRIBUTING.md
index 25fe4b0bed25d5fe9d56e8a221ee9cbc84003ceb..c66f6d94f8d89e633610cbbd4003ef4f1e260f41 100644 (file)
@@ -18,11 +18,11 @@ Please ask your PR to be merged on <strong>master</strong> branch . <br>
 <strong> How to check if your new code is standard style </strong><br>
 
 ```bash
-  npm run standard
+  npm run standard:verbose && npm run ts-standard:verbose
 ```
 
-<strong>How to lint your code</strong><br>
+<strong>How to lint and format (with prettier) your code</strong><br>
 
 ```bash
-  npm run lint
+  npm run lint-and-format
 ```