X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CONTRIBUTING.md;h=c66f6d94f8d89e633610cbbd4003ef4f1e260f41;hb=5beff821aab0ac84c4c4a30bfa672c19c2da22da;hp=bf5bc794ee8b3259738ad6b152667180fdb098a3;hpb=a3c8691eb5bd772a43746fd5860d54a786463039;p=poolifier.git diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bf5bc794..c66f6d94 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,12 +15,14 @@ Please ask your PR to be merged on master branch .
npm run test ``` - How to check if your new code is standard style
+ ```bash - npm run standard + npm run standard:verbose && npm run ts-standard:verbose ``` -How to lint your code
+ +How to lint and format (with prettier) your code
+ ```bash - npm run lint -``` \ No newline at end of file + npm run lint-and-format +```