| | |
| | |  |
| | |  |
| | | |
| | | <h2 align="center">Opinionated Code Formatter</h2> |
| | | |
| | |
| | | </p> |
| | | |
| | | <p align="center"> |
| | | <a href="https://dev.azure.com/prettier/prettier/_build/latest?definitionId=5"> |
| | | <img alt="Azure Pipelines Build Status" src="https://img.shields.io/azure-devops/build/prettier/79013671-677c-4846-a6d8-3050d40e21c0/5.svg?style=flat-square&label=build&branchName=master"></a> |
| | | <a href="https://github.com/prettier/prettier/actions?query=workflow%3AProd+branch%3Amain"> |
| | | <img alt="Github Actions Build Status" src="https://img.shields.io/github/workflow/status/prettier/prettier/Prod?label=Prod&style=flat-square"></a> |
| | | <a href="https://github.com/prettier/prettier/actions?query=workflow%3ADev+branch%3Amain"> |
| | | <img alt="Github Actions Build Status" src="https://img.shields.io/github/workflow/status/prettier/prettier/Dev?label=Dev&style=flat-square"></a> |
| | | <a href="https://github.com/prettier/prettier/actions?query=workflow%3ALint+branch%3Amain"> |
| | | <img alt="Github Actions Build Status" src="https://img.shields.io/github/workflow/status/prettier/prettier/Lint?label=Lint&style=flat-square"></a> |
| | | <a href="https://codecov.io/gh/prettier/prettier"> |
| | | <img alt="Codecov Coverage Status" src="https://img.shields.io/codecov/c/github/prettier/prettier.svg?style=flat-square"></a> |
| | | <a href="https://twitter.com/acdlite/status/974390255393505280"> |
| | |
| | | ); |
| | | ``` |
| | | |
| | | Prettier can be run [in your editor](http://prettier.io/docs/en/editors.html) on-save, in a [pre-commit hook](https://prettier.io/docs/en/precommit.html), or in [CI environments](https://prettier.io/docs/en/cli.html#list-different) to ensure your codebase has a consistent style without devs ever having to post a nit-picky comment on a code review ever again! |
| | | Prettier can be run [in your editor](https://prettier.io/docs/en/editors.html) on-save, in a [pre-commit hook](https://prettier.io/docs/en/precommit.html), or in [CI environments](https://prettier.io/docs/en/cli.html#list-different) to ensure your codebase has a consistent style without devs ever having to post a nit-picky comment on a code review ever again! |
| | | |
| | | --- |
| | | |