chore: Linter changes
This commit is contained in:
parent
dfdfc46ded
commit
f191151ee4
354 changed files with 2467 additions and 2472 deletions
|
@ -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,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue