An open API service indexing awesome lists of open source software.

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

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
```