Skip to content

DevoInc/prettier-config

Repository files navigation

@devoinc/prettier-config

A simple Prettier configuration for Devo.

Usage

This package is a Prettier shared configuration to customize Prettier. You're supposed to have Prettier installed in order to use it.

Install:

$ npm install --dev @devoinc/prettier-config

Add this to your package.json:

{
  ...other stuff...
  "prettier": "@devoinc/prettier-config"
}

Development

To publish a new version of this package:

  1. Bump the version
  2. Update the changelog
  3. Create a new Github release