Skip to content

Shared prettier config for all projects of ambanum

Notifications You must be signed in to change notification settings

ambanum/prettier-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

prettier-config-ambanum

A Prettier shareable config for projects of ambanum using Prettier.

Installation

npm install --save-dev prettier prettier-config-ambanum

This is only a shareable configuration. It does not install Prettier, Standard, ESLint, or any other part of the tool chain.

Usage

Reference it in package.json using the prettier property:

{
  "name": "my-projects-name",
  "prettier": "prettier-config-ambanum",
  "devDependencies": {
    "prettier-config-ambanum": "^1.0.1"
  }
}

About

Shared prettier config for all projects of ambanum

Resources

Stars

Watchers

Forks

Packages

No packages published