diff --git a/designs/octoplushy/src/head.mjs b/designs/octoplushy/src/head.mjs index d16e4117f71..ae1c68c9b4e 100644 --- a/designs/octoplushy/src/head.mjs +++ b/designs/octoplushy/src/head.mjs @@ -613,6 +613,7 @@ const options = { min: 5, max: 500, menu: 'style', + // eslint-disable-next-line no-empty-pattern toAbs: (val, {}, mergedOptions) => ((mergedOptions.sizeConstant * val * 2) / Math.PI) * (mergedOptions.type === 'octopus' ? 1.7 : mergedOptions.type === 'squid' ? 2 : 1),