https://github.com/nerdo/prettier-config
https://github.com/nerdo/prettier-config
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nerdo/prettier-config
- Owner: nerdo
- License: mit
- Created: 2022-09-02T22:31:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T22:54:26.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T16:36:00.004Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prettier-config
My prettier configuration...
## Installation
`pnpm add -D @nerdo/prettier-config`
Edit `package.json`
```
{
// ...
"prettier": "@nerdo/prettier-config"
}
```