AboutBit's prettier config
Install the package:
npm i -D @aboutbits/prettier-config
Edit package.json
:
{
// ...
"prettier": "@aboutbits/prettier-config"
}
Create a .prettierrc.js
file:
const aboutBitsConfig = require('@aboutbits/prettier-config')
module.exports = {
...aboutBitsConfig,
singleQuote: false,
}
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
AboutBits is a company based in South Tyrol, Italy. You can find more information about us on our website.
For support, please contact info@aboutbits.it.
The MIT License (MIT). Please see the license file for more information.