Skip to content

Latest commit

 

History

History

prettier-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

@roll-network/prettier-config

This folder contains Prettier config file used in Roll.

Install

yarn add -D @roll-network/prettier-config

Usage

Create a .prettierrc.js file in the root of your project. Add the following content:

module.exports = {
  ...require('@roll-network/prettier-config'),
}

Install CLI and run yarn roll format.