1.0.2 • Published 5 years ago

@zeekinteractive/prettier-config v1.0.2

Weekly downloads
10
License
ISC
Repository
github
Last release
5 years ago

Purpose

The purpose of this package is to share Prettier configuration options for JavaScript files. This avoids having to copy/paste a configuration file from one project to another.

How to install

Install the package via npm

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

How to configure

Add the configuration to your package.json file

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

Reference: https://prettier.io/docs/en/configuration.html#sharing-configurations