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 60eea46 commit f76810e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const validateLevel = (level) => {
}

if (!LEVELS.has(level)) {
// eslint-disable-next-line fp/no-mutating-methods
const availableLevels = [...LEVELS].sort().join(', ')
throw new TypeError(
`Option "level" must not be "${level}" but one of: ${availableLevels}`,
Expand Down

0 comments on commit f76810e

Please sign in to comment.