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 b0a7219 commit a4bc8e0Copy full SHA for a4bc8e0
index.js
@@ -31,7 +31,7 @@ var getConfig = (type) => ({
31
Object
32
.keys(rules)
33
.map((rule) => [`local-rules/${rule}`, type])
34
- );
+ ),
35
});
36
37
module.exports = {
0 commit comments