X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CONTRIBUTING.md;h=c66f6d94f8d89e633610cbbd4003ef4f1e260f41;hb=5eff85b9bf1a04d19a9c896a79310a24ffd20317;hp=bf5bc794ee8b3259738ad6b152667180fdb098a3;hpb=1305149bf501a445ee07051a089830f54b6c01b5;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 +```