1.0.0 • Published 9 months ago

@nodstudio/prettier-config-expo v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

prettier-config-expo

Install

  1. Install prettier and dependencies on your projet
yarn add --dev prettier prettier-plugin-tailwindcss @trivago/prettier-plugin-sort-imports
  1. Install config
yarn add --dev @nodstudio/prettier-config-expo
  1. Add prettier config
// package.json
{
    // ...
    "prettier": "@nodstudio/prettier-config-expo",
}

or

// .prettierrc
"@nodstudio/prettier-config-expo"

See using a shareable config for further information