@eclipse-glsp/nyc-config
v2.3.0
Published
Shared nyc configuration for GLSP projects
Downloads
620
Readme
Eclipse GLSP - Shared NYC configuration
Common shared configuration for Eclipse GLSP components that use test coverage reporting.
Install
yarn add --dev @eclipse-glsp/nyc-config
Usage
Add a .nycrc
to your project root:
{
"extends": "@eclipse-glsp/nyc-config"
}
Configuration can also be provided by nyc.config.js
if programmed logic is required.
More information
For more information, please visit the Eclipse GLSP Umbrella repository and the Eclipse GLSP Website. If you have questions, please raise them in the discussions and have a look at our communication and support options.