https://github.com/checkernetwork/prettier-config
Shared configuration for Prettier
https://github.com/checkernetwork/prettier-config
Last synced: about 1 year ago
JSON representation
Shared configuration for Prettier
- Host: GitHub
- URL: https://github.com/checkernetwork/prettier-config
- Owner: CheckerNetwork
- License: mit
- Created: 2025-04-14T08:57:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-05T08:18:55.000Z (about 1 year ago)
- Last Synced: 2025-05-05T09:36:11.961Z (about 1 year ago)
- Language: JavaScript
- Size: 273 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# prettier-config
Shared configuration for Prettier
## Usage
Add this package as a dev-dependency to your project and tell prettier to use it as the configuration:
```json
{
"prettier": "@checkernetwork/prettier-config"
"devDependencies": {
"@checkernetwork/prettier-config": "^1.0.0",
"prettier": "^3.5.3"
}
}
```
## Development
Publish a new version:
```bash
$ npx np
```