README
nyc-config
Base Containership nyc config
Extending Configuration
To extend the nyc configuration, simply specify the following in your project's .nycrc
file:
{
"extends": "@containership/nyc-config"
}
Base Containership nyc config
<script type="module">
import containershipNycConfig from 'https://cdn.skypack.dev/@containership/nyc-config';
</script>
Base Containership nyc config
To extend the nyc configuration, simply specify the following in your project's .nycrc
file:
{
"extends": "@containership/nyc-config"
}