We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ceebd commit b9dd48aCopy full SHA for b9dd48a
3 files changed
.c8rc.json
@@ -0,0 +1,11 @@
1
+{
2
+ "include": [
3
+ "lib",
4
+ "tasks"
5
+ ],
6
+ "reporter": [
7
+ "html",
8
+ "lcovonly",
9
+ "text"
10
+ ]
11
+}
.mocharc.json
@@ -0,0 +1,8 @@
+ "timeout": 20000,
+ "check-leaks": true,
+ "throw-deprecation": true,
+ "trace-deprecation": true,
+ "trace-warnings": true,
+ "use-strict": true
package.json
@@ -49,25 +49,6 @@
49
"files": [
50
"{lib,tasks}/**/*.js"
51
],
52
- "c8": {
53
- "include": [
54
- "lib",
55
- "tasks"
56
- ],
57
- "reporter": [
58
- "html",
59
- "lcovonly",
60
- "text"
61
- ]
62
- },
63
- "mocha": {
64
- "timeout": 20000,
65
- "check-leaks": true,
66
- "throw-deprecation": true,
67
- "trace-deprecation": true,
68
- "trace-warnings": true,
69
- "use-strict": true
70
71
"xo": {
72
"space": true,
73
"rules": {
0 commit comments