1.0.0 • Published 2 years ago
@veracity/prettier-config v1.0.0
@veracity/prettier-config
Veracity's historic Prettier config.
!IMPORTANT
This configuration hasn't been tested yet with Prettier 3.
Usage
Install:
npm install --save-dev @veracity/prettier-configEdit package.json:
{
// ...
"prettier": "@veracity/prettier-config"
}Note: Prettier does not offer a built-in way to extend a shared configuration and overwrite some of its properties. If you want to do that, you need to use a .prettierrc.js file and export the modifications, e.g:
module.exports = {
...require('@veracity/prettier-config'),
semi: true
}1.0.0
2 years ago
1.0.0-beta.3
2 years ago
1.0.0-beta.2
2 years ago
1.0.0-beta.1
2 years ago
1.0.0-beta.0
2 years ago