@yoursco/nyc-config
v1.0.1
Published
nyc configuration for @yoursco
Downloads
2
Readme
@yours/nyc-config
Handy default configuration for instrumenting @Yoursco projects with test coverage using nyc.
First install the dependencies:
yarn add --dev @yoursco/nyc-config
Then write a .nycrc
that looks something like this:
{
"extends": "@yoursco/nyc-config"
}