@902labs/nyc-config
v1.0.0
Published
902 Labs nyc config
Downloads
5
Readme
nyc-config-902labs
A config for 902 Labs - opinions on nyc
Installation
To use, in .nycrc
, use the following code:
{
"extends": "nyc-config-902labs",
"include": ["src/**/*.js"]
}
or, to get the strict config (100% code coverage required):
{
"extends": "nyc-config-902labs/strict",
"include": ["src/**/*.js"]
}