Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deepsquare-io/prettier-config

DeepSquare offcial Prettier configuration
https://github.com/deepsquare-io/prettier-config

prettier prettier-confiug

Last synced: about 2 months ago
JSON representation

DeepSquare offcial Prettier configuration

Awesome Lists containing this project

README

        

# `@deepsquare/prettier-config`

[deepsquare-io](https://github.com/deepsquare-io)'s official [Prettier](https://prettier.io) configuration.

Proudly maintained by:

- Mathieu Bour <[[email protected]](mailto:[email protected])>
- Clarisse Tarrou <[[email protected]](mailto:[email protected])>
- Valentin Pollart <[[email protected]](mailto:[email protected])>

## Installation

```bash
pnpm install --dev @deepsquare/prettier-config
```

Then, ensure that your `package.json` file contains the entry:

```json
{
"prettier": "@deepsquare/prettier-config"
}
```

## Plugins

In addition to the Prettier default rules, we also use the following plugins:

- [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports)

## References

- [Prettier - Sharing configurations](https://prettier.io/docs/en/configuration.html#sharing-configurations)