1
0
Fork 0

chore: Linter changes

This commit is contained in:
Joost De Cock 2021-04-24 10:16:31 +02:00
parent dfdfc46ded
commit f191151ee4
354 changed files with 2467 additions and 2472 deletions

View file

@ -9,7 +9,7 @@ export default function (part) {
macro,
sa,
store,
paperless
paperless,
} = part.shorthand()
if (!options.adjustmentRibbon) {
@ -24,7 +24,7 @@ export default function (part) {
macro('grainline', {
from: points.grainlineStart,
to: points.tip.shift(180, 20)
to: points.tip.shift(180, 20),
})
paths.seam = new Path()
@ -42,7 +42,7 @@ export default function (part) {
macro('hd', {
from: points.bandBottomLeft,
to: points.tip2Bottom,
y: store.get('baseY')
y: store.get('baseY'),
})
}
if (sa) {
@ -52,7 +52,7 @@ export default function (part) {
at: points.titleAnchor,
nr: 3,
title: 'bowTie',
scale: store.get('tipWidth') / 75
scale: store.get('tipWidth') / 75,
})
}