@aboutbits/prettier-config

1.6.1 • Public • Published

@aboutbits/prettier-config

npm package license

AboutBit's prettier config

Usage

Install the package:

npm i -D @aboutbits/prettier-config

Edit package.json:

{
  // ...
  "prettier": "@aboutbits/prettier-config"
}

Extend the preset

Create a .prettierrc.js file:

const aboutBitsConfig = require('@aboutbits/prettier-config')

module.exports = {
  ...aboutBitsConfig,
  singleQuote: false,
}

Publish

To publish the package commit all changes and push them to main. Then run one of the following commands locally:

npm version patch
npm version minor
npm version major

Information

AboutBits is a company based in South Tyrol, Italy. You can find more information about us on our website.

Support

For support, please contact info@aboutbits.it.

Credits

License

The MIT License (MIT). Please see the license file for more information.

Package Sidebar

Install

npm i @aboutbits/prettier-config

Weekly Downloads

14

Version

1.6.1

License

MIT

Unpacked Size

4.19 kB

Total Files

6

Last publish

Collaborators

  • aboutbits_tech