1
0
Fork 0

chore: Linter

This commit is contained in:
Joost De Cock 2021-01-31 09:22:15 +01:00
parent adb9e93024
commit 1a46c8e724
227 changed files with 660 additions and 936 deletions

View file

@ -1,4 +1,4 @@
export default function(part) {
export default function (part) {
let { Point, points, Path, paths, complete, macro, sa, store, paperless } = part.shorthand()
points.bandBottomLeft = points.bandBottomLeft.shift(0, 0)
@ -30,10 +30,7 @@ export default function(part) {
})
}
if (sa) {
paths.sa = paths.seam
.offset(sa)
.attr('class', 'fabric sa')
.setRender(true)
paths.sa = paths.seam.offset(sa).attr('class', 'fabric sa').setRender(true)
}
macro('title', {
at: points.titleAnchor,

View file

@ -1,4 +1,4 @@
export default function(part) {
export default function (part) {
let {
options,
Point,
@ -46,10 +46,7 @@ export default function(part) {
})
}
if (sa) {
paths.sa = paths.seam
.offset(sa)
.attr('class', 'fabric sa')
.setRender(true)
paths.sa = paths.seam.offset(sa).attr('class', 'fabric sa').setRender(true)
}
macro('title', {
at: points.titleAnchor,

View file

@ -1,4 +1,4 @@
export default function(part) {
export default function (part) {
let {
options,
Point,
@ -46,10 +46,7 @@ export default function(part) {
})
}
if (sa) {
paths.sa = paths.seam
.offset(sa)
.attr('class', 'fabric sa')
.setRender(true)
paths.sa = paths.seam.offset(sa).attr('class', 'fabric sa').setRender(true)
}
macro('title', {
at: points.titleAnchor,