https://github.com/rdmurphy/newswire-prettier-config
https://github.com/rdmurphy/newswire-prettier-config
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rdmurphy/newswire-prettier-config
- Owner: rdmurphy
- License: mit
- Created: 2019-04-24T20:02:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T23:35:59.000Z (about 3 years ago)
- Last Synced: 2025-10-22T13:37:23.838Z (8 months ago)
- Homepage:
- Size: 385 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @newswire/prettier-config
A consistent source of prettier configuration for newswire projects.
## Usage
Install:
```sh
npm install --save-dev @newswire/prettier-config
```
Add to `package.json`:
```json
{
// ...
"prettier": "@newswire/prettier-config"
}
```
## License
MIT