Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ck-oss/prettier-config
- Owner: ck-oss
- Created: 2023-09-22T09:08:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-27T13:59:24.000Z (9 months ago)
- Last Synced: 2024-03-14T19:05:41.784Z (8 months ago)
- Topics: prettier, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 369 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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"
}
```