@p-chan/prettier-config

2.1.0 • Public • Published

prettier-config

Shareable Prettier config for @p-chan

Install

$ npm install @p-chan/prettier-config --save-dev

Usage

Edit .prettierrc.

"@p-chan/prettier-config"

Override

Edit .prettierrc.js.

module.exports = {
  ...require('@p-chan/prettier-config'),
  printWidth: 80,
  semi: true,
  singleQuote: false,
}

Author

@p-chan

License

MIT


Inspired by azz/prettier-config

Package Sidebar

Install

npm i @p-chan/prettier-config

Weekly Downloads

0

Version

2.1.0

License

MIT

Unpacked Size

1.31 kB

Total Files

3

Last publish

Collaborators

  • p-chan