Skip to content

Commit

Permalink
fix: use default export
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Apr 24, 2021
1 parent 76a27f2 commit e430f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/no-dropping-the-ra.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function isSpecialCases(token) {
return token.pos == "動詞" && (token.basic_form == "来れる" || token.basic_form == "見れる");
}

module.exports = function (context) {
export default function (context) {
const helper = new RuleHelper(context);
const { Syntax, report, getSource, RuleError } = context;
return {
Expand Down

0 comments on commit e430f69

Please sign in to comment.