https://github.com/geist-org/prettier-config
Prettier Config for Geist
https://github.com/geist-org/prettier-config
Last synced: 5 months ago
JSON representation
Prettier Config for Geist
- Host: GitHub
- URL: https://github.com/geist-org/prettier-config
- Owner: geist-org
- License: mit
- Created: 2020-06-28T10:07:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T13:37:00.000Z (over 5 years ago)
- Last Synced: 2025-09-08T04:46:19.648Z (10 months ago)
- Homepage:
- Size: 3.91 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 for Geist UI
This is `prettier` config for all `geist-ui` projects. If you like this style, you can also quote it in your project.
### Usage
1. Install:
```bash
yarn add @geist-ui/prettier-config -D
```
2. Configure (`package.json`):
```json
{
"prettier": "@geist-ui/prettier-config"
}
```
### LICENSE
[MIT](LICENSE)