1.6.1 • Published 2 months ago

@aboutbits/prettier-config v1.6.1

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

@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.

1.6.1

2 months ago

1.6.0

10 months ago

1.5.0

10 months ago

1.4.0

10 months ago

1.3.0

10 months ago

1.2.0

10 months ago

1.1.0

10 months ago

1.0.5

10 months ago