https://github.com/ivangabriele/prettier-config
My most commonly used Prettier config.
https://github.com/ivangabriele/prettier-config
Last synced: 8 months ago
JSON representation
My most commonly used Prettier config.
- Host: GitHub
- URL: https://github.com/ivangabriele/prettier-config
- Owner: ivangabriele
- License: mit
- Created: 2021-07-27T08:37:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T01:23:01.000Z (10 months ago)
- Last Synced: 2025-03-12T06:32:55.055Z (8 months ago)
- Homepage:
- Size: 2.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# My Prettier Configuration
[![License][img-license]][lnk-license] [![GitHub Check Workflow Status][img-github]][lnk-github]
[![NPM Version][img-npm]][lnk-npm]
My most commonly used Prettier configuration.
---
- [Usage](#usage)
- [Contribute](#contribute)
---
## Usage
Run:
```sh
npm i -DE @ivangabriele/prettier-config prettier@^3.0.0
```
or:
```sh
yarn add -DE @ivangabriele/prettier-config prettier@^3.0.0
```
Then add this line to your `package.json`:
```json
{
// ...
"prettier": "@ivangabriele/prettier-config"
}
```
## Contribute
Please refer to the [contribution guidelines](./CONTRIBUTING.md) for information on how to contribute to this project.
---
[img-github]:
https://img.shields.io/github/actions/workflow/status/ivangabriele/prettier-config/check.yml?branch=main&label=CI&style=for-the-badge
[img-license]: https://img.shields.io/github/license/ivangabriele/prettier-config?style=for-the-badge
[img-npm]: https://img.shields.io/npm/v/@ivangabriele/prettier-config?style=for-the-badge
[lnk-github]: https://github.com/ivangabriele/prettier-config/actions?query=branch%3Amain++
[lnk-license]: https://github.com/ivangabriele/prettier-config/blob/main/LICENSE
[lnk-npm]: https://www.npmjs.com/package/@ivangabriele/prettier-config