Skip to content

Commit

Permalink
refactor!: export default instead of module.exports
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Feb 4, 2024
1 parent d4c0fbf commit c4f9fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textlint-rule-prh.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ function reporter(context, userOptions = {}) {
};
}

module.exports = {
export default {
linter: reporter,
fixer: reporter
};

0 comments on commit c4f9fae

Please sign in to comment.