Added prettier standard to support prettier and use it in combination with standard
[poolifier.git] / CONTRIBUTING.md
index bf5bc794ee8b3259738ad6b152667180fdb098a3..25fe4b0bed25d5fe9d56e8a221ee9cbc84003ceb 100644 (file)
@@ -15,12 +15,14 @@ Please ask your PR to be merged on <strong>master</strong> branch . <br>
   npm run test
 ```
 
-
 <strong> How to check if your new code is standard style </strong><br>
+
 ```bash
   npm run standard
 ```
+
 <strong>How to lint your code</strong><br>
+
 ```bash
   npm run lint
-```
\ No newline at end of file
+```