@jordanforeman/nyc-config
v0.1.1
Published
Common configuration for repositories using Istanbul/nyc
Downloads
1
Readme
@jordanforeman/nyc-config
Shared Istanbul
configuration
Installation
$ npm i -D @jordanforeman/nyc-config --save-exact
Usage
- Create a
.nycrc
file at the root of your repository - Customize your newly created
.nycrc
file to extend@jordanforeman/nyc-config
(like so):
{
"nyc": {
"extends": "@jordanforeman/nyc-config"
}
}