We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428d70d commit 818f4b8Copy full SHA for 818f4b8
package.json
@@ -38,7 +38,7 @@
38
"resolve-from": "^5.0.0"
39
},
40
"devDependencies": {
41
- "ava": "^1.0.1",
+ "ava": "^2.0.0",
42
"babel-eslint": "^10.0.1",
43
"codecov": "^3.5.0",
44
"eslint": "^5.12.0",
@@ -52,6 +52,11 @@
52
"peerDependencies": {
53
"eslint": ">=5.9.0"
54
55
+ "ava": {
56
+ "files": [
57
+ "!rules"
58
+ ]
59
+ },
60
"xo": {
61
"plugins": [
62
"eslint-plugin"
@@ -66,7 +71,10 @@
66
71
"eslint-plugin/require-meta-docs-url": "off"
67
72
}
68
73
69
- ]
74
+ ],
75
+ "rules": {
76
+ "ava/no-ignored-test-files": "off"
77
+ }
70
78
79
"nyc": {
80
"reporter": [
0 commit comments