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: 3 months 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 6 years ago)
- Default Branch: main
- Last Pushed: 2025-09-01T17:39:12.000Z (10 months ago)
- Last Synced: 2026-02-04T19:52:23.612Z (5 months 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: 1
- 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)