Skip to content

Commit 39816c5

Browse files
authoredFeb 7, 2021
chore: move c8 configuration to .c8rc (#267)
1 parent 668aad6 commit 39816c5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
 

‎.c8rc

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"exclude": [
3+
"build/test"
4+
],
5+
"reporter": [
6+
"html",
7+
"text"
8+
]
9+
}

‎package.json

+1-10
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,5 @@
7575
"broken",
7676
"link",
7777
"checker"
78-
],
79-
"c8": {
80-
"exclude": [
81-
"build/test"
82-
],
83-
"reporter": [
84-
"html",
85-
"text"
86-
]
87-
}
78+
]
8879
}

0 commit comments

Comments
 (0)
Please sign in to comment.