spiegel-keyman/common/web/keyboard-processor/.c8rc.json

15 lines
No EOL
267 B
JSON

{
"check-coverage": false,
"clean": true,
"exclude": [
"src/keyboards/loaders/dom*",
"node_modules/*",
"tests"
],
"exclude-after-remap": true,
"reporter": ["text", "text-summary"],
"reports-dir": "build/coverage",
"src": [
"src/"
]
}