Skip to content

Commit 3ec0617

Browse files
committed
Tweak c8 config
1 parent abd43d1 commit 3ec0617

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.c8rc.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"all": true,
33
"exclude": [
44
"{coverage,examples,media,test,test-types,test-tap,types}/**",
5-
"*.config.cjs",
5+
"entrypoints/**",
6+
"!entrypoints/eslint-plugin-helper.cjs",
7+
"ava.config.js",
8+
".xo-config.cjs",
69
"*.d.*(c|m)ts"
710
],
811
"reporter": [

0 commit comments

Comments
 (0)