Skip to content

Commit e430f69

Browse files
committed
fix: use default export
1 parent 76a27f2 commit e430f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/no-dropping-the-ra.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function isSpecialCases(token) {
2222
return token.pos == "動詞" && (token.basic_form == "来れる" || token.basic_form == "見れる");
2323
}
2424

25-
module.exports = function (context) {
25+
export default function (context) {
2626
const helper = new RuleHelper(context);
2727
const { Syntax, report, getSource, RuleError } = context;
2828
return {

0 commit comments

Comments
 (0)