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

https://github.com/tomeraberbach/prettier-config

🌷 My Prettier configuration!
https://github.com/tomeraberbach/prettier-config

javascript nodejs npm-module npm-package prettier prettier-config

Last synced: 4 days ago
JSON representation

🌷 My Prettier configuration!

Awesome Lists containing this project

README

          


prettier-config



version


CI


Sponsor


My Prettier configuration!

## Install

```sh
$ npm i @tomer/prettier-config
```

## Usage

Set the
[`"prettier"` field](https://prettier.io/docs/en/configuration.html#sharing-configurations)
of your `package.json` to `@tomer/prettier-config`:

**package.json**

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

Run `prettier` with
[the supported options](https://prettier.io/docs/en/cli.html).

## Contributing

Stars are always welcome!

For bugs and feature requests,
[please create an issue](https://github.com/TomerAberbach/prettier-config/issues/new).

## License

[MIT](https://github.com/TomerAberbach/prettier-config/blob/main/license) ©
[Tomer Aberbach](https://github.com/TomerAberbach)