0.1.1 • Published 6 years ago
@jordanforeman/nyc-config v0.1.1
@jordanforeman/nyc-config
Shared Istanbul configuration
Installation
$ npm i -D @jordanforeman/nyc-config --save-exactUsage
- Create a
.nycrcfile at the root of your repository - Customize your newly created
.nycrcfile to extend@jordanforeman/nyc-config(like so):
{
"nyc": {
"extends": "@jordanforeman/nyc-config"
}
}