Skip to content

Commit 3425a64

Browse files
committed
Fix linting
1 parent 5b33ce2 commit 3425a64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/repeat.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const isRepeated = (value, previousEvents) => {
2323
return true
2424
}
2525

26+
// eslint-disable-next-line fp/no-mutating-methods
2627
previousEvents.push(previousEvent)
2728
return false
2829
}

0 commit comments

Comments
 (0)