6.0.0 • Published 5 years ago
@osdevisnot/prettier v6.0.0
@osdevisnot/prettier
Sensible Code Formatting Setup in One Command
$ yarn add --dev @osdevisnot/prettieror
npm install --save-dev @osdevisnot/prettierWhat
Setup prettier, husky and pretty-quick just by installing @osdevisnot/prettier
Uses postinstall scripts to automatically configure the project.
How
- This package brings in
prettier,husky,pretty-quickandprettier-plugin-packagejsonas dependencies. - These dependencies are marked with
*so that you always get latest versions for these dependencies. When installed, we use a
postinstallscript to configure project with sensible defaults:sets
prettierproperty inpackage.jsonto@osdevisnot/prettierif not already defined- removes
.prettierrcandprettier.config.jsif these files exist - sets
huskyproperty inpackage.jsonto usepretty-quickonpre-commit(if not already defined) :
{ "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } } }6.0.0
5 years ago
5.2.3
5 years ago
5.2.2
6 years ago
5.2.1
6 years ago
5.2.0
6 years ago
5.1.0
6 years ago
5.0.0
6 years ago
4.2.0
6 years ago
4.1.0
6 years ago
4.0.0
6 years ago
3.0.1
6 years ago
3.0.0
6 years ago
2.1.0
6 years ago
2.0.1
6 years ago
2.0.0
6 years ago
1.1.4
6 years ago
1.1.3
6 years ago
1.1.2
6 years ago
1.1.1
6 years ago
1.1.0
6 years ago
1.0.0
6 years ago
0.2.12
6 years ago
0.2.11
6 years ago
0.2.10
6 years ago
0.2.9
6 years ago
0.2.8
6 years ago
0.2.7
6 years ago
0.2.6
6 years ago
0.2.5
6 years ago
0.2.4
6 years ago
0.2.3
6 years ago
0.2.2
6 years ago
0.2.0
6 years ago
0.1.0
6 years ago