Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 466 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 466 Bytes

@planetscale/core-prettier

PlanetScale's shared Prettier configuration including tailwind-prettier.

Usage

Install:

$ npm install --save-dev prettier prettier-plugin-tailwindcss @planetscale/core-prettier

Edit .package.json:

// ...

"prettier": "@planetscale/core-prettier",

// ...

Read more on sharing configurations.