1.3.1 • Published 2 years ago

@dre1080/prettier-config v1.3.1

Weekly downloads
4
License
MIT
Repository
github
Last release
2 years ago

dre1080 Prettier Config

npm (scoped)

A sharable prettier config object.

Install

Install prettier and @dre1080/prettier-config:

With Yarn

$ yarn add --dev prettier @dre1080/prettier-config

With npm

$ npm install prettier @dre1080/prettier-config --save-dev

Usage

Add the prettier key to your package.json:

"prettier": "@dre1080/prettier-config"

or create a .prettierrc.js with the following contents:

module.exports = {
  ...require("@dre1080/prettier-config"),
};

Check out the prettier documentation for more info on sharing configurations.

1.2.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago