1.7.0 • Published 12 months ago

@aboutbits/prettier-config v1.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 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.7.0

12 months ago

1.6.1

1 year ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.5

2 years ago