Skip to content

aboutbits/prettier-config

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •