Skip to content

Commit a4bc8e0

Browse files
authored
Fix erroneous semicolon
1 parent b0a7219 commit a4bc8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var getConfig = (type) => ({
3131
Object
3232
.keys(rules)
3333
.map((rule) => [`local-rules/${rule}`, type])
34-
);
34+
),
3535
});
3636

3737
module.exports = {

0 commit comments

Comments
 (0)