@902labs/nyc-config

902 Labs nyc config

Usage no npm install needed!

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

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