Matt Ross
Results
2
issues of
Matt Ross
We have a default configuration specified in our .nycrc with the following: ``` { "extends": "@istanbuljs/nyc-config-typescript", "reporter": ["text", "html", "lcov"], "check-coverage": true, "lines": 0, "statements": 0, "functions": 0, "branches": 0...
The idea here would be to split the functionality of this library into two libraries. One for node app configuration using yaml files, one for retrieving remote config props and...
enhancement