1
0
Fork 0

chore: Linting with prettier

This commit is contained in:
Joost De Cock 2020-01-04 14:23:08 +01:00
parent a2f4725f39
commit b2d546139d
10 changed files with 270 additions and 293 deletions

View file

@ -1,15 +1,5 @@
export default function(part) {
let {
Point,
points,
Path,
paths,
complete,
macro,
sa,
store,
paperless
} = part.shorthand()
let { Point, points, Path, paths, complete, macro, sa, store, paperless } = part.shorthand()
points.bandBottomLeft = points.bandBottomLeft.shift(0, 0)
points.bandTopLeft = points.bandBottomLeft.flipY()
@ -49,7 +39,7 @@ export default function(part) {
at: points.titleAnchor,
nr: 1,
title: 'bowTie',
scale: (store.get('tipWidth')/75)
scale: store.get('tipWidth') / 75
})
points.scaleboxAnchor = points.bandTopLeft.shift(30, 80)
macro('scalebox', { at: points.scaleboxAnchor })

View file

@ -55,7 +55,7 @@ export default function(part) {
at: points.titleAnchor,
nr: 2,
title: 'bowTie',
scale: (store.get('tipWidth')/75)
scale: store.get('tipWidth') / 75
})
}

View file

@ -55,7 +55,7 @@ export default function(part) {
at: points.titleAnchor,
nr: 3,
title: 'bowTie',
scale: (store.get('tipWidth')/75)
scale: store.get('tipWidth') / 75
})
}