Skip to content

Commit 0bdb6b4

Browse files
committed
Lint rules with eslint-plugin-eslint-plugin
1 parent 1292c92 commit 0bdb6b4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"codecov": "^3.2.0",
4747
"eslint": "^5.12.0",
4848
"eslint-ava-rule-tester": "^3.0.0",
49+
"eslint-plugin-eslint-plugin": "^2.0.1",
4950
"js-combinatorics": "^0.5.4",
5051
"nyc": "^13.1.0",
5152
"pify": "^4.0.1",
@@ -54,6 +55,22 @@
5455
"peerDependencies": {
5556
"eslint": ">=5.9.0"
5657
},
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+
},
5774
"nyc": {
5875
"reporter": [
5976
"html",

0 commit comments

Comments
 (0)