Skip to content

Latest commit

 

History

History

prettier-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Nexim's Prettier Configurations

NPM Version Build & Lint & Test NPM Downloads NPM License

Overview

Nexim's shareable configurations for Prettier.

Installation

yarn add -D @nexim/prettier-config

Usage

Nexim Prettier rules come bundled in @nexim/prettier-config. To enable these rules, add a prettier property in your package.json. See the Prettier configuration docs for more details.

The Prettier rules from Nexim are included in the @nexim/prettier-config package. To use these rules, add a prettier property to your package.json file. Refer to the Prettier configuration documentation for more information.

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