1
0
Fork 0

chore: Linter run

This commit is contained in:
joostdecock 2021-10-08 17:32:12 +02:00
parent 6bd8a6d3c7
commit 1d3a4acd60
21 changed files with 840 additions and 869 deletions

View file

@ -356,7 +356,6 @@ export { Bezier }
export function pctBasedOn(measurement) {
return {
toAbs: (val, { measurements }) => measurements[measurement] * val,
fromAbs: (val, { measurements }) => Math.round( ( 10 * val) / measurements[measurement]) / 10
fromAbs: (val, { measurements }) => Math.round((10 * val) / measurements[measurement]) / 10,
}
}