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 1bb2c74 commit 754cd31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const getTimes = (length: number) => {
if (time !== lastTime) {
// eslint-disable-next-line fp/no-mutation
lastTime = time
// eslint-disable-next-line fp/no-mutating-methods
times.push(time)
}
}
Expand Down

0 comments on commit 754cd31

Please sign in to comment.