Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Aug 3, 2019
1 parent ec70f0c commit 1b278c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/resolution.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const getExponent = function(value, index) {
}

const getPossibleResolution = function(exponent) {
// eslint-disable-next-line no-magic-numbers
const scale = 10 ** exponent
// eslint-disable-next-line no-magic-numbers
return [5 * scale, scale]
Expand Down

0 comments on commit 1b278c9

Please sign in to comment.