Use prettierx and eslint native (#85)
[poolifier.git] / CONTRIBUTING.md
index c66f6d94f8d89e633610cbbd4003ef4f1e260f41..c57e879c470025a798698ca1944e03b54d75b5ae 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:verbose && npm run ts-standard:verbose
+  npm run lint
 ```
 
 <strong>How to lint and format (with prettier) your code</strong><br>
 
 ```bash
-  npm run lint-and-format
+  npm run lint:fix
 ```