https://github.com/oclif/prettier-config
https://github.com/oclif/prettier-config
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oclif/prettier-config
- Owner: oclif
- Created: 2023-09-18T19:16:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T21:48:48.000Z (about 2 years ago)
- Last Synced: 2025-10-05T04:31:02.948Z (10 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# `@oclif/prettier-config`
Oclif prettier configuration for all projects.
## Usage
First install this package.
```bash
yarn add @oclif/prettier-config --dev
```
Then extend this configuration in your own prettier file.
Here is an example using a `.prettierrc.json` file.
```javascript
"@oclif/prettier-config"
```