Skip to content

Latest commit

History

History
82 lines (57 loc) 路 2.29 KB

File metadata and controls

82 lines (57 loc) 路 2.29 KB

prettier-config-pixelmatters

A Prettier config standard for Pixelmatters projects

This is a Prettier config that you can use in your projects.

prettier-config-pixelmatters is released under the MIT license. Current npm package version. PRs welcome! Follow @pixelmatters_

馃殌 Get Up and Running

You can install this package using either npm or yarn.

Yarn

If using Yarn:

  1. Install the package as a development dependency:
yarn add @pixelmatters/prettier-config-pixelmatters --dev
  1. Add the following code to your package.json file:
"prettier": "@pixelmatters/prettier-config-pixelmatters",

NPM

If using NPM:

  1. Install the package as a development dependency:
npm install @pixelmatters/prettier-config-pixelmatters --save-dev
  1. Add the following code to your package.json file:
"prettier": "@pixelmatters/prettier-config-pixelmatters",

At this point you should be good to go 馃憤

馃 How to Contribute

Whether you're helping us fix bugs, improve the docs, or spread the word, thank you! 馃挭 馃А

Check out our Contributing Guide for ideas on contributing and setup steps.

馃摑 License

Licensed under the MIT License.