Dockerized Prettier
- https://hub.docker.com/r/elnebuloso/prettier
- https://hub.docker.com/r/elnebuloso/prettier/tags?page=1&ordering=last_updated
- weekly builds, 0 0 * * 0
# build
docker-compose up --build --remove-orphans -d
# default, help
docker-compose run main
# version
docker-compose run main --version
# fix
docker-compose run main --single-quote --trailing-comma es5 --trailing-comma-php all --write "/prettier/test-fix/**/*"