Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ck-oss/prettier-config

CK OSS Prettier Configuration
https://github.com/ck-oss/prettier-config

prettier tailwindcss

Last synced: 4 days ago
JSON representation

CK OSS Prettier Configuration

Awesome Lists containing this project

README

        

# @ck-oss/prettier-config

CK OSS Prettier Configuration

## Installation

```bash
npm i --save-dev @ck-oss/prettier-config
```

## default configuration

- Format `package.json` with `prettier-plugin-packagejson`

```json
// package.json
{
"prettier": "@ck-oss/prettier-config"
}
```

## with-tailwind configuration

- Format `package.json` with `prettier-plugin-packagejson`
- Sort tailwind classes `with prettier-plugin-tailwindcss`

```json
// package.json
{
"prettier": "@ck-oss/prettier-config/with-tailwind"
}
```