@getproper/quality
v0.2.0
Published
Code quality tools, configs, and utilities
Downloads
3
Readme
@getproper/quality
Code quality utilities and configs.
Setup
yarn add -D @getproper/quality
Add the following to your .prettierrc
(yes, just the JSON string, that's the whole file):
"@getproper/quality/prettier"
To customize the Prettier config: remove your .prettierrc
file and instead create a .prettierrc.js
as described in the documentation.