Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Nov 1, 2024
1 parent 5b33ce2 commit 3425a64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/repeat.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const isRepeated = (value, previousEvents) => {
return true
}

// eslint-disable-next-line fp/no-mutating-methods
previousEvents.push(previousEvent)
return false
}
Expand Down

0 comments on commit 3425a64

Please sign in to comment.