Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit b1bf432

Browse files
chore: update nyc and eslint configs (#194)
1 parent 4405cd4 commit b1bf432

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
**/node_modules
22
src/**/doc/*
33
build/
4+
docs/

.nycrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"report-dir": "./.coverage",
3+
"reporter": "lcov",
34
"exclude": [
45
"src/*{/*,/**/*}.js",
56
"src/*/v*/*.js",

0 commit comments

Comments
 (0)