Prettier

  1. [docs] install

  2. ./.prettierignore
  3. [docs] precommit hook

  4. integration with eslint

Prettier Cli

Check all, honor .gitignore

prettier --check "**/*.*"

prettier --write "**/*.*"

pretty-quick --staged