Exercism-JS/elyses-looping-enchantments/node_modules/eslint-module-utils/.nycrc
Andrew W 04e1e1b42e completed windowing-system and
elyses-looping-enchatments
2022-05-14 15:42:33 -05:00

20 lines
298 B
JSON

{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "lcov", "text", "html", "json"],
"require": [
"babel-register"
],
"sourceMap": true,
"instrument": false,
"exclude": [
"coverage",
"test",
"tests",
"resolvers/*/test",
"scripts",
"memo-parser",
"lib"
]
}