https://github.com/planetscale/core-prettier
Core Design System shared prettier config
https://github.com/planetscale/core-prettier
Last synced: about 1 month ago
JSON representation
Core Design System shared prettier config
- Host: GitHub
- URL: https://github.com/planetscale/core-prettier
- Owner: planetscale
- License: apache-2.0
- Created: 2022-03-04T14:26:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T19:20:38.000Z (almost 3 years ago)
- Last Synced: 2026-03-03T23:54:00.874Z (4 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# @planetscale/core-prettier
PlanetScale's shared [Prettier](https://prettier.io) configuration including tailwind-prettier.
## Usage
**Install**:
```sh
$ npm install --save-dev prettier prettier-plugin-tailwindcss @planetscale/core-prettier
```
**Edit `.package.json`**:
```javascript
// ...
"prettier": "@planetscale/core-prettier",
// ...
```
[Read more on sharing configurations](https://prettier.io/docs/en/configuration.html#sharing-configurations).