Skip to content

Core Design System shared prettier config

License

Notifications You must be signed in to change notification settings

planetscale/core-prettier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

@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.