Fix Shinigami name
[poolifier.git] / CONTRIBUTING.md
index bf5bc794ee8b3259738ad6b152667180fdb098a3..c66f6d94f8d89e633610cbbd4003ef4f1e260f41 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
+  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
-```
\ No newline at end of file
+  npm run lint-and-format
+```