Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
refactor: remove eslint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mg901 committed Jul 26, 2019
1 parent 59f31ac commit d589b70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/modular-scale/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) =>
Expand Down

0 comments on commit d589b70

Please sign in to comment.