Properly integrate standard JS tools for JS and TS code
[poolifier.git] / CONTRIBUTING.md
index d5e6430f05ef0e323dc467a56548bd750ccf6a6a..4142a351215a766314be2e1dd18724d1cead8cb0 100644 (file)
@@ -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