diff --git a/src/utils/modular-scale/index.js b/src/utils/modular-scale/index.js index c02d1c3..0383e09 100644 --- a/src/utils/modular-scale/index.js +++ b/src/utils/modular-scale/index.js @@ -30,7 +30,6 @@ export const normalizeBases = (base, baseHigh, ratio) => { return cloneBase.sort(); }; -/* eslint-enable */ // calcResult :: (Number, [Number], Number) -> Number export const calcResult = (fontSize, bases, position) =>