Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/deepsquare-io/prettier-config
- Owner: deepsquare-io
- License: mit
- Created: 2022-02-25T08:37:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-25T09:58:32.000Z (almost 3 years ago)
- Last Synced: 2024-11-19T14:45:42.506Z (2 months ago)
- Topics: prettier, prettier-confiug
- Language: JavaScript
- Homepage:
- Size: 320 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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)