We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925caaa commit 4b65fffCopy full SHA for 4b65fff
1 file changed
package.json
@@ -47,10 +47,14 @@
47
"{lib,tasks}/**/*.js"
48
],
49
"c8": {
50
+ "include": [
51
+ "lib",
52
+ "tasks"
53
+ ],
54
"reporter": [
55
"html",
56
"lcovonly",
- "text-summary"
57
+ "text"
58
]
59
},
60
"mocha": {
@@ -59,7 +63,7 @@
63
"throw-deprecation": true,
64
"trace-deprecation": true,
61
65
"trace-warnings": true,
62
- "use_strict": true
66
+ "use-strict": true
67
68
"xo": {
69
"space": true,
0 commit comments