chore: Linting with prettier
This commit is contained in:
parent
a2f4725f39
commit
b2d546139d
10 changed files with 270 additions and 293 deletions
|
@ -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 })
|
||||
|
|
|
@ -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
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue