# nyc-config-100A[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"
```