0.0.3 • Published 11 months ago

@trollhag/prettier-config v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@trollhag/prettier-config

test release license

Installation

npm i --save-dev prettier @trollhag/prettier-config

Usage

Add a .prettierrc.json file with:

"@trollhag/prettier-config"

Extending

To extend this config file in your project, use a .prettierrc.js file:

module.exports = {
  ...require('@trollhag/prettier-config'),
  printWidth: 100,
};

License

MIT © Oscar Trollhag

0.0.3

11 months ago

0.0.2

11 months ago