@containership/nyc-config

Base Containership nyc config

Usage no npm install needed!

<script type="module">
  import containershipNycConfig from 'https://cdn.skypack.dev/@containership/nyc-config';
</script>

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"
}