https://github.com/tivix/js-standard-prettier-config
https://github.com/tivix/js-standard-prettier-config
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tivix/js-standard-prettier-config
- Owner: Tivix
- Created: 2019-12-17T11:44:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T12:31:10.000Z (about 4 years ago)
- Last Synced: 2025-03-16T23:33:56.635Z (7 months ago)
- Size: 1000 Bytes
- Stars: 3
- Watchers: 17
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @tivix/prettier-config
This package contains a shared [Prettier](https://prettier.io/) config.
## Installation
To manually install, set this package to the `"prettier"` key in your project’s `package.json`. Other, more complicated, options [are available](https://prettier.io/docs/en/configuration.html#sharing-configurations).
```json
{
"prettier": "@tivix/prettier-config"
}
```