1.0.1 • Published 3 years ago

prettier-config-ambanum v1.0.1

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
3 years ago

prettier-config-ambanum

A Prettier shareable config for projects of ambanum using Prettier.

Installation

npm install --save-dev 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.0"
  }
}