diff --git a/src/options.js b/src/options.js index 0faf959..9fa0a3a 100644 --- a/src/options.js +++ b/src/options.js @@ -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}`,