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 47892ba commit baea115Copy full SHA for baea115
index.js
@@ -27,4 +27,7 @@ module.exports = {
27
"no-unused-enable": require("./lib/rules/no-unused-enable"),
28
"no-use": require("./lib/rules/no-use"),
29
},
30
+ utils: {
31
+ patch: require("./lib/patch.js").patch,
32
+ },
33
}
scripts/update-index.js
@@ -45,6 +45,9 @@ ${rules
45
)
46
.join("\n")}
47
48
49
50
51
52
`
53
0 commit comments