Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 666 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 666 Bytes

Logo

Prettier Config
Nix2 Prettier Config

[ Installation 💾 | Usage 🤓 | NPM 📦 | Github 🕸 ]

Installation

yarn add -D @nix2/prettier-config

Usage

Refrence this package in your package.json:

{
  "name": "my-service",
  "version": "1.0.0",
  "prettier": "@nix2/prettier-config"
}