Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

andgohq/prettier-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A shared Prettier config

Installation

npm install --save-dev @andgohq/prettier-config

Usage

Option 1

Add a key in your package.json file.

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

Option 2

Create a prettier.config.js.

module.exports = {
  ...require("@andgohq/prettier-config");

  // ...
}

About

A shared Prettier config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages