1.1.0 • Published 8 months ago

@philo-studio/prettier-config v1.1.0

Weekly downloads
-
License
-
Repository
github
Last release
8 months ago

Prettier Config

Install

pnpm add -D @philo-studio/prettier-config prettier

Then update your package.json file:

{
  "prettier": "@philo-studio/prettier-config"
}

or to enable tailwind, in the root directory, create a file named .prettierrc.mjs and add the following content:

import philoPrettierConfig from '@philo-studio/prettier-config'

const config = {
  ...philoPrettierConfig,
  tailwindConfig: '<path-to-tailwind-config>',
}

export default config
1.1.0

8 months ago

1.0.0

8 months ago

0.0.2

8 months ago