https://github.com/rdmurphy/prettier-config
https://github.com/rdmurphy/prettier-config
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rdmurphy/prettier-config
- Owner: rdmurphy
- License: mit
- Created: 2020-05-28T07:33:24.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T07:54:14.000Z (over 3 years ago)
- Last Synced: 2025-10-23T08:19:16.178Z (8 months ago)
- Homepage:
- Size: 568 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @rdm/prettier-config
My preferred Prettier configuration.
## Usage
Install:
```sh
npm install --save-dev @rdm/prettier-config
```
Add to `package.json`:
```json
{
// ...
"prettier": "@rdm/prettier-config"
}
```
## License
MIT