Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jan 2, 2024
1 parent 293f24b commit d5d5a87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const generateCode = async (config: TextlintConfigDescriptor) => {
const rules = [
{
ruleId: "rule1",
rule: __rule1,
rule: moduleInterop(__rule1),
options: {}
}
];
Expand Down

0 comments on commit d5d5a87

Please sign in to comment.