chore: Linter run
This commit is contained in:
parent
6bd8a6d3c7
commit
1d3a4acd60
21 changed files with 840 additions and 869 deletions
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue