Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 337 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 337 Bytes

Prettier Config for BX Design

This is prettier config for all @bx-design projects.

Usage

  1. Install:
yarn add @bx-design/prettier-config -D

Or

npm install @bx-design/prettier-config -D
  1. Configure package.json or prettier config file.
{
  "prettier": "@bx-design/prettier-config"
}