6.0.0 • Published 2 years ago

prettier-config-cra v6.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

prettier-config-cra

Create react app Prettier config.

Usage

Install:

$ npm i --save-dev prettier-config-cra

Edit package.json:

{
  // ...
  "prettier": "prettier-config-cra"
}

OR if you don’t want to use package.json

Use any of the supported extensions to export a string, e.g. .prettierrc:

"prettier-config-cra"

License

prettier-config-cra is open source software licensed as MIT.