bumped-finepack
Version:
Lints your JSON Config files and keep them readables.
52 lines (35 loc) • 1.64 kB
Markdown
# bumped-finepack
<h1 align="center">
<br>
<img src="http://i.imgur.com/DmMbFwL.png" alt="bumped">
<br>
<br>
</h1>

[](https://travis-ci.org/Bumped/bumped-finepack)
[](https://david-dm.org/Bumped/bumped-finepack)
[](https://david-dm.org/Bumped/bumped-finepack#info=devDependencies)
[](https://www.npmjs.org/package/bumped-finepack)
[](https://paypal.me/kikobeats)
> Lints your JSON Config files and keeps them readable.
This plugin is based on the [finepack](https://github.com/Kikobeats/finepack) library. It exposes an interface to setup such library in <code>.bumpedrc</code>:
```cson
files: [
"package.json"
]
plugins:
postrelease:
'Lint config files':
plugin: 'bumped-finepack'
```
## Install
> You don't need to install this module! Bumped automatically resolves the plugins dependencies. However, if you still want to do so, it must be globally accessible:
```bash
npm install bumped-finepack -g
```
## API
### opts
Type: `object`
Additional options to be passed to [finepack](https://github.com/Kikobeats/finepack).
## License
MIT © [Bumped]()