UNPKG

nyc-config-100

Version:

nyc configuration for 100% code coverage checking.

10 lines (6 loc) 284 B
# nyc-config-100 A [reusable nyc configuration](https://github.com/istanbuljs/nyc#publish-and-reuse-your-nyc-configuration) for 100% code coverage checking. Install `nyc-config-100` as a devDependency and add this to your nyc configuration: ```json "extends": "nyc-config-100" ```