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.
eslint-plugin-eslint-plugin
1 parent 1292c92 commit 0bdb6b4Copy full SHA for 0bdb6b4
package.json
@@ -46,6 +46,7 @@
46
"codecov": "^3.2.0",
47
"eslint": "^5.12.0",
48
"eslint-ava-rule-tester": "^3.0.0",
49
+ "eslint-plugin-eslint-plugin": "^2.0.1",
50
"js-combinatorics": "^0.5.4",
51
"nyc": "^13.1.0",
52
"pify": "^4.0.1",
@@ -54,6 +55,22 @@
54
55
"peerDependencies": {
56
"eslint": ">=5.9.0"
57
},
58
+ "xo": {
59
+ "plugins": [
60
+ "eslint-plugin"
61
+ ],
62
+ "extends": [
63
+ "plugin:eslint-plugin/all"
64
65
+ "overrides": [
66
+ {
67
+ "files": "create-ava-rule.js",
68
+ "rules": {
69
+ "eslint-plugin/require-meta-docs-url": "off"
70
+ }
71
72
+ ]
73
+ },
74
"nyc": {
75
"reporter": [
76
"html",
0 commit comments