https://github.com/datadesk/prettier-config
https://github.com/datadesk/prettier-config
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datadesk/prettier-config
- Owner: datadesk
- License: mit
- Created: 2019-06-05T18:30:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T21:10:01.000Z (about 6 years ago)
- Last Synced: 2025-09-14T17:22:20.994Z (9 months ago)
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @datagraphics/prettier-config
A consistent source of prettier configuration for Data Desk projects.
## Usage
Install:
```sh
npm install --save-dev @datagraphics/prettier-config prettier
# or
yarn add --dev @datagraphics/prettier-config prettier
```
Add to `package.json` (or any of the [other compatible prettier configuration options](https://prettier.io/docs/en/configuration.html#sharing-configurations):
```json
{
// ...
"prettier": "@datagraphics/prettier-config"
}
```
## License
MIT