Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 547 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 547 Bytes

@dustfoundation/nyc-config

NPM Version Minimum Node.js Version

Node.js shared config for Nyc (Istanbul)

Installation

npm install --save-dev nyc @dustfoundation/nyc-config

Usage

You can use config by extending it in your .nycrc.json:

{
  "extends": "@dustfoundation/nyc-config"
}