Skip to content

Stylelint org's shareable config for prettier

License

Notifications You must be signed in to change notification settings

stylelint/prettier-config

Repository files navigation

@stylelint/prettier-config

NPM version Build Status

stylelint org's shareable config for prettier.

For consistent formatting across stylelint's repos.

Installation

$ npm install @stylelint/prettier-config --save-dev

Usage

Add this to your package.json:

{
  "prettier": "@stylelint/prettier-config"
}