Skip to content

Commit 559fda0

Browse files
committed
chore(rule): add comment
1 parent 058d116 commit 559fda0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/no-doubled-joshi.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ function matchExceptionRule(tokens) {
3535
}
3636
return false;
3737
}
38+
/*
39+
default options
40+
*/
3841
const defaultOptions = {
3942
min_interval: 1,
4043
strict: false

0 commit comments

Comments
 (0)