We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a27f2 commit e430f69Copy full SHA for e430f69
src/no-dropping-the-ra.js
@@ -22,7 +22,7 @@ function isSpecialCases(token) {
22
return token.pos == "動詞" && (token.basic_form == "来れる" || token.basic_form == "見れる");
23
}
24
25
-module.exports = function (context) {
+export default function (context) {
26
const helper = new RuleHelper(context);
27
const { Syntax, report, getSource, RuleError } = context;
28
return {
0 commit comments