Skip to content

Commit

Permalink
Fix erroneous semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
cletusw authored Jun 23, 2024
1 parent b0a7219 commit a4bc8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var getConfig = (type) => ({
Object
.keys(rules)
.map((rule) => [`local-rules/${rule}`, type])
);
),
});

module.exports = {
Expand Down

1 comment on commit a4bc8e0

@cletusw
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed #29

Please sign in to comment.