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!
- Host: GitHub
- URL: https://github.com/tomeraberbach/prettier-config
- Owner: TomerAberbach
- License: mit
- Created: 2020-01-31T02:29:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-09-01T17:39:12.000Z (about 2 months ago)
- Last Synced: 2025-10-04T00:41:58.417Z (14 days ago)
- Topics: javascript, nodejs, npm-module, npm-package, prettier, prettier-config
- Language: JavaScript
- Homepage: https://npm.im/@tomer/prettier-config
- Size: 614 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
prettier-config
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)