1.0.0 • Published 5 years ago

geta-prettier-config v1.0.0

Weekly downloads
37
License
MIT
Repository
github
Last release
5 years ago

geta-prettier-config

This is a repository containing the default Prettier configuration used by Geta projects.

Usage

Install

Yarn:

yarn add --dev geta-prettier-config

Npm:

npm i -d geta-prettier-config

Edit package.json

Add the following to your package.json to make Prettier use the configuration from this package.

{
  "prettier": "geta-prettier-config"
}