Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Oct 27, 2024
1 parent 3858401 commit 170b16f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helpers/snapshot.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const METHODS = [
getParams: (args) => {
const allParams = []
each(...args, (...params) => {
// eslint-disable-next-line fp/no-mutating-methods
allParams.push(params)
})
return allParams
Expand Down

0 comments on commit 170b16f

Please sign in to comment.