1.0.0 • Published 2 years ago

@graphemic/prettier-config v1.0.0

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

prettier-config

Prettier config for use with Graphemic projects.

How to use

  1. Install with the package manager of your choice:
npm install --save-dev @graphemic/prettier-config

// or

yarn add -D @graphemic/prettier-config
  1. Add the prettier-config key to a prettier line in package.json:
{
  "name": "your-project-name",
  "version": "1.9.2",
  "main": "index.js",
  "repository": "https://github.com/you/your-project",
  "license": "MIT"
  ...
  "prettier": "@graphemic/prettier-config",
  ...
}