@aboutbits/prettier-config

1.7.0 • 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.

Dependents (0)

Package Sidebar

Install

npm i @aboutbits/prettier-config

Weekly Downloads

27

Version

1.7.0

License

MIT

Unpacked Size

4.19 kB

Total Files

6

Last publish

Collaborators

  • stplasim
  • peter.moser
  • andreas.hufler
  • lukasweiss-ab
  • mollpo97
  • martin.malfertheiner
  • alex.lanz
  • aboutbits_tech